Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2023-03-31T00:12:07.358Z||main|||||INFO|500||The following profiles are active: basic
2023-03-31T00:12:17.684Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-31T00:12:17.685Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-31T00:12:17.851Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-31T00:12:20.444Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-31T00:12:20.728Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-31T00:12:21.236Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-31T00:12:21.650Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-31T00:12:22.485Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-31T00:12:25.514Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-31T00:12:26.380Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-03-31T00:12:28.635Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-31T00:12:28.726Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-31T00:12:28.749Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-31T00:12:28.759Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-31T00:12:29.467Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-31T00:12:29.898Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-31T00:12:31.093Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-31T00:12:32.190Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-31T00:12:32.191Z||main|||||ERROR|500||(conn=780) Table 'catalogdb.activity_spec' doesn't exist
2023-03-31T00:12:32.208Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-03-31T00:12:34.890Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-03-31T00:12:37.422Z||main|||||WARN|500||---
2023-03-31T00:12:37.422Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-31T00:12:37.422Z||main|||||WARN|500||---
2023-03-31T00:12:37.754Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-31T00:12:42.129Z||main|||||INFO|500||Started Application in 40.532 seconds (JVM running for 44.242)
2023-03-31T00:12:42.178Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-31T00:12:42.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-31T00:12:42.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-31T00:12:42.311Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f8cf4fb2-9ed7-42fa-a7a3-f822bad3964d url= /sdc/v1/artifactTypes
2023-03-31T00:12:42.324Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-31T00:12:42.558Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-31T00:12:42.640Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-03-31T00:12:42.641Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-31T00:12:42.641Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d788f367-f22d-42c5-8511-570e7e3a4386 url= /sdc/v1/distributionKafkaData
2023-03-31T00:12:42.641Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-31T00:12:42.683Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-31T00:12:42.688Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@76f66203
2023-03-31T00:12:42.757Z||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-9d80d2f9-8ac0-489e-8cee-b75530a11cac
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-03-31T00:12:42.800Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Instantiated an idempotent producer.
2023-03-31T00:12:42.920Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-31T00:12:42.977Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-31T00:12:42.977Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-31T00:12:42.978Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680221562973
2023-03-31T00:12:42.984Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-31T00:12:43.004Z||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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-31T00:12:43.112Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-31T00:12:43.113Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-31T00:12:43.113Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680221563112
2023-03-31T00:12:43.114Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:12:43.117Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:12:43.117Z||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-a39eb030-1998-4b8f-a23a-f6482cd495df
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-31T00:12:43.126Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-31T00:12:43.126Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-31T00:12:43.127Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680221563126
2023-03-31T00:12:43.128Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:12:43.166Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-31T00:12:43.161Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:12:44.999Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Cluster ID: 27ZsLByoTzaH3Hlsxcduww
2023-03-31T00:12:44.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T00:12:45.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:45.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T00:12:45.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:45.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T00:12:45.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:45.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T00:12:45.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:45.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T00:12:45.001Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:45.001Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] ProducerId set to 5 with epoch 0
2023-03-31T00:12:45.001Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:45.001Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T00:12:45.003Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Cluster ID: 27ZsLByoTzaH3Hlsxcduww
2023-03-31T00:12:45.003Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cluster ID: 27ZsLByoTzaH3Hlsxcduww
2023-03-31T00:12:45.004Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-31T00:12:45.004Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-31T00:12:45.035Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T00:12:45.035Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T00:12:45.174Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c9912ab8-f74c-4cd6-851b-14c7bf00d3ad
2023-03-31T00:12:45.174Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3
2023-03-31T00:12:45.176Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T00:12:45.177Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T00:12:45.176Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T00:12:45.177Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T00:12:51.187Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c9912ab8-f74c-4cd6-851b-14c7bf00d3ad', protocol='range'}
2023-03-31T00:12:51.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T00:12:51.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:51.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:51.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:51.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:51.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:51.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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 J_VPf4QASrWl4PftYkzWdw
2023-03-31T00:12:51.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c9912ab8-f74c-4cd6-851b-14c7bf00d3ad=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T00:12:51.293Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T00:12:51.293Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c9912ab8-f74c-4cd6-851b-14c7bf00d3ad', protocol='range'}
2023-03-31T00:12:51.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T00:12:51.294Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T00:12:51.304Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T00:12:51.304Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T00:12:51.319Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T00:12:51.320Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-31T00:12:51.320Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T00:12:51.320Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-31T00:12:51.320Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-31T00:12:51.321Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-31T00:12:51.320Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-31T00:12:51.321Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-31T00:12:51.321Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-31T00:12:51.322Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-31T00:12:51.322Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-31T00:12:51.322Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-31T00:12:51.352Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T00:12:51.354Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T00:12:51.427Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T00:12:51.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T00:12:51.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T00:12:51.461Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T00:12:51.502Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-31T00:12:51.503Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-31T00:12:51.503Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-31T00:12:51.503Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-31T00:12:51.508Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-31T00:12:51.509Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-31T00:13:43.120Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:13:43.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:14:43.121Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:14:43.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:15:43.122Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:15:43.175Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:16:43.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:16:43.176Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:17:43.124Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:17:43.177Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:18:43.124Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:18:43.177Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:19:43.125Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:19:43.179Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:20:43.127Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:20:43.181Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:21:43.128Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:21:43.183Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:21:45.107Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node -1 disconnected.
2023-03-31T00:21:45.252Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Node -1 disconnected.
2023-03-31T00:21:45.337Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Node -1 disconnected.
2023-03-31T00:22:07.805Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-31T00:22:43.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:22:43.183Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:23:43.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:23:43.184Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:24:43.130Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:24:43.185Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:25:43.131Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:25:43.186Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:26:43.133Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:26:43.187Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:27:43.134Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:27:43.188Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:28:43.134Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:28:43.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:29:43.136Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:29:43.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:30:43.137Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:30:43.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:31:43.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:31:43.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:32:43.139Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:32:43.192Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:33:43.140Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:33:43.194Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:34:43.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:34:43.195Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:35:43.142Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:35:43.196Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:36:43.142Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:36:43.197Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:37:43.142Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:37:43.198Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:38:43.144Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:38:43.199Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:39:43.144Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:39:43.201Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:40:43.146Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:40:43.202Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:41:43.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:41:43.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:42:43.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:42:43.204Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:43:43.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:43:43.204Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:44:43.148Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:44:43.206Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:45:43.149Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:45:43.206Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:46:43.150Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:46:43.207Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:47:43.152Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:47:43.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:48:43.153Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:48:43.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:49:43.154Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:49:43.210Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:50:43.155Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:50:43.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:51:43.156Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:51:43.212Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:52:43.156Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:52:43.213Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:53:43.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:53:43.214Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:54:43.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:54:43.215Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:55:43.159Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:55:43.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:56:43.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:56:43.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:57:43.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:57:43.219Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:58:43.161Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:58:43.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T00:59:43.161Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T00:59:43.222Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:00:43.162Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:00:43.222Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:01:43.163Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:01:43.224Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:02:43.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:02:43.224Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:03:43.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:03:43.225Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:04:43.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:04:43.225Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:05:43.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:05:43.226Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:06:43.168Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:06:43.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:07:43.169Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:07:43.230Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:08:43.169Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:08:43.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:09:43.170Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:09:43.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:10:43.170Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:10:43.232Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:11:43.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:11:43.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:12:43.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:12:43.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:13:43.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:13:43.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:14:43.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:14:43.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:15:43.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:15:43.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:16:43.175Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:16:43.238Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:17:43.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:17:43.239Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:18:43.177Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:18:43.240Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:19:43.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:19:43.240Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:20:43.179Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:20:43.241Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:21:43.179Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:21:43.242Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:22:43.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:22:43.244Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:23:43.181Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:23:43.245Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:24:43.182Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:24:43.246Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:25:43.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:25:43.247Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:26:43.184Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:26:43.248Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:27:43.185Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:27:43.248Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:28:43.185Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:28:43.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:29:43.187Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:29:43.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:30:43.204Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:30:43.251Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:31:43.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:31:43.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:32:43.206Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:32:43.253Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:33:43.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:33:43.254Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:34:43.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:34:43.256Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:35:43.210Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:35:43.257Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:36:43.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:36:43.257Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:37:43.212Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:37:43.257Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:38:43.212Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:38:43.258Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:39:43.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:39:43.259Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:40:43.214Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:40:43.260Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:41:43.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:41:43.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:42:43.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:42:43.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:43:43.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:43:43.263Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:44:43.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:44:43.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:45:43.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:45:43.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:46:43.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:46:43.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:47:43.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:47:43.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:48:43.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:48:43.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:49:43.222Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:49:43.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:50:43.223Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:50:43.269Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:51:43.223Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:51:43.271Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:52:43.224Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:52:43.271Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:53:43.224Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:53:43.273Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:54:43.226Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:54:43.273Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:55:43.226Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:55:43.274Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:56:43.227Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:56:43.275Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:57:43.228Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:57:43.276Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:58:43.229Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:58:43.277Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T01:59:43.229Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T01:59:43.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:00:43.229Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:00:43.279Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:01:43.230Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:01:43.279Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:02:43.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:02:43.280Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:03:43.233Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:03:43.281Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:04:43.233Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:04:43.282Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:05:43.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:05:43.283Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:06:43.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:06:43.284Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:07:43.236Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:07:43.284Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:08:43.237Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:08:43.285Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:09:43.239Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:09:43.286Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:10:43.240Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:10:43.286Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:11:43.241Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:11:43.287Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:12:43.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:12:43.287Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:13:43.245Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:13:43.289Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:14:43.247Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:14:43.290Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:15:43.248Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:15:43.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:16:43.249Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:16:43.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:17:43.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:17:43.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:18:43.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:18:43.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:19:43.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:19:43.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:20:43.253Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:20:43.298Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:21:43.255Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:21:43.307Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:22:43.257Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:22:43.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:23:43.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:23:43.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:24:43.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:24:43.309Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:25:43.259Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:25:43.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:26:43.260Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:26:43.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:27:43.262Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:27:43.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:28:43.264Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:28:43.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:29:43.264Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:29:43.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:30:43.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:30:43.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:31:43.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:31:43.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:32:43.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:32:43.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:33:43.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:33:43.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:34:43.271Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:34:43.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:35:43.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:35:43.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:36:43.273Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:36:43.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:37:43.273Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:37:43.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:38:43.274Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:38:43.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:39:43.276Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:39:43.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:40:43.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:40:43.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:41:43.278Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:41:43.329Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:42:43.278Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:42:43.329Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:43:43.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:43:43.330Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:44:43.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:44:43.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:45:43.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:45:43.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:46:43.283Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:46:43.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:47:43.283Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:47:43.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:48:43.285Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:48:43.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:49:43.287Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:49:43.335Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:50:43.287Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:50:43.336Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:51:43.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:51:43.338Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:52:43.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:52:43.339Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:53:43.292Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:53:43.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:54:43.293Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:54:43.341Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:55:43.294Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:55:43.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:56:43.295Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:56:43.344Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:57:43.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:57:43.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:58:43.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:58:43.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T02:59:43.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T02:59:43.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:00:43.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:00:43.346Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:01:43.300Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:01:43.347Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:02:43.300Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:02:43.349Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:03:43.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:03:43.350Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:04:43.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:04:43.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:05:43.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:05:43.352Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:06:43.304Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:06:43.352Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:07:43.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:07:43.354Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:08:43.307Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:08:43.354Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:09:43.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:09:43.355Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:10:43.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:10:43.357Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:11:43.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:11:43.358Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:12:43.310Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:12:43.359Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:13:43.312Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:13:43.360Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:14:43.312Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:14:43.361Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:15:43.314Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:15:43.362Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:16:43.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:16:43.363Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:17:43.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:17:43.363Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:18:43.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:18:43.365Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:19:43.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:19:43.365Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:20:43.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:20:43.366Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:21:43.320Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:21:43.367Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:22:43.321Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:22:43.368Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:23:43.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:23:43.369Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:24:43.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:24:43.369Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:25:43.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:25:43.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:26:43.325Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:26:43.371Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:27:43.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:27:43.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:28:43.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:28:43.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:29:43.329Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:29:43.374Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:30:43.330Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:30:43.374Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:31:43.331Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:31:43.375Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:32:43.332Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:32:43.377Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:33:43.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:33:43.378Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:34:43.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:34:43.380Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:35:43.336Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:35:43.380Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:36:43.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:36:43.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:37:43.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:37:43.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:38:43.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:38:43.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:39:43.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:39:43.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:40:43.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:40:43.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:41:43.343Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:41:43.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:42:43.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:42:43.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:43:43.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:43:43.387Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:44:43.346Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:44:43.389Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:45:43.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:45:43.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:46:43.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:46:43.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:47:43.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:47:43.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:48:43.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:48:43.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:49:43.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:49:43.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:50:43.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:50:43.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:51:43.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:51:43.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:52:43.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:52:43.395Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:53:43.356Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:53:43.395Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:54:43.356Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:54:43.397Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:55:43.357Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:55:43.397Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:56:43.357Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:56:43.397Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:57:43.358Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:57:43.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:58:43.360Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:58:43.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T03:59:43.362Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T03:59:43.401Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:00:43.364Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:00:43.401Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:01:43.365Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:01:43.403Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:02:43.365Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:02:43.404Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:03:43.366Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:03:43.405Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:04:43.368Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:04:43.406Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:05:43.370Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:05:43.406Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:06:43.371Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:06:43.408Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:07:43.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:07:43.408Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:08:43.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:08:43.410Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:09:43.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:09:43.412Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:10:43.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:10:43.412Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:11:43.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:11:43.413Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:12:43.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:12:43.415Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:13:43.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:13:43.416Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:14:43.378Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:14:43.416Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:15:43.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:15:43.418Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:16:43.380Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:16:43.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:17:43.381Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:17:43.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:18:43.381Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:18:43.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:19:43.383Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:19:43.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:20:43.384Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:20:43.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:21:43.385Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:21:43.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:22:43.386Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:22:43.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:23:43.387Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:23:43.421Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:24:43.388Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:24:43.421Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:25:43.390Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:25:43.422Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:26:43.391Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:26:43.424Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:27:43.392Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:27:43.424Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:28:43.393Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:28:43.425Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:29:43.394Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:29:43.426Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:30:43.395Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:30:43.426Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:31:43.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:31:43.427Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:32:43.398Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:32:43.428Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:33:43.399Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:33:43.428Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:34:43.399Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:34:43.430Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:35:43.400Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:35:43.431Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:36:43.401Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:36:43.432Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:37:43.402Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:37:43.432Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:38:43.403Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:38:43.432Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:39:43.405Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:39:43.433Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:40:43.406Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:40:43.434Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:41:43.407Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:41:43.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:42:43.409Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:42:43.436Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:43:43.411Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:43:43.438Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:44:43.412Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:44:43.438Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:45:43.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:45:43.440Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:46:43.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:46:43.440Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:47:43.415Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:47:43.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:48:43.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:48:43.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:49:43.418Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:49:43.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:50:43.419Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:50:43.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:51:43.420Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:51:43.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:52:43.421Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:52:43.444Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:53:43.421Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:53:43.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:54:43.422Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:54:43.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:55:43.424Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:55:43.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:56:43.424Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:56:43.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:57:43.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:57:43.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:58:43.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:58:43.450Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T04:59:43.428Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T04:59:43.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:00:43.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:00:43.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:01:43.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:01:43.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:02:43.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:02:43.454Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:03:43.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:03:43.454Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:04:43.432Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:04:43.456Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:05:43.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:05:43.456Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:06:43.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:06:43.457Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:07:43.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:07:43.459Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:08:43.436Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:08:43.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:09:43.438Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:09:43.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:10:43.439Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:10:43.461Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:11:43.440Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:11:43.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:12:43.441Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:12:43.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:13:43.443Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:13:43.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:14:43.444Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:14:43.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:15:43.445Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:15:43.466Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:16:43.446Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:16:43.467Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:17:43.448Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:17:43.467Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:18:43.448Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:18:43.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:19:43.450Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:19:43.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:20:43.451Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:20:43.470Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:21:43.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:21:43.472Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:22:43.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:22:43.472Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:23:43.456Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:23:43.473Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:24:43.456Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:24:43.474Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:25:43.457Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:25:43.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:26:43.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:26:43.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:27:43.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:27:43.476Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:28:43.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:28:43.478Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:29:43.461Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:29:43.478Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:30:43.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:30:43.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:31:43.463Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:31:43.480Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:32:43.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:32:43.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:33:43.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:33:43.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:41.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T05:34:41.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:34:41.678Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:34:41.683Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:41.684Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:41.684Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:41.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to J_VPf4QASrWl4PftYkzWdw
2023-03-31T05:34:41.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to J_VPf4QASrWl4PftYkzWdw
2023-03-31T05:34:41.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to J_VPf4QASrWl4PftYkzWdw
2023-03-31T05:34:41.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to J_VPf4QASrWl4PftYkzWdw
2023-03-31T05:34:41.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to J_VPf4QASrWl4PftYkzWdw
2023-03-31T05:34:41.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to J_VPf4QASrWl4PftYkzWdw
2023-03-31T05:34:41.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T05:34:41.750Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240855267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:34:41.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:34:42.715Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:34:42.715Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:42.715Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:42.716Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T05:34:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240880827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:34:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:34:43.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T05:34:43.133Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:34:43.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:34:43.717Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:34:43.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:43.719Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:43.719Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:44.721Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:34:44.722Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:44.722Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:44.722Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:45.723Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:34:45.724Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:45.724Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:45.724Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:46.727Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:34:46.727Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:46.727Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:46.727Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:47.728Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:34:47.729Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:47.729Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:47.729Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:48.732Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:34:48.736Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:34:48.737Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T05:34:48.814Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:34:48.814Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:34:48.989Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:34:48.990Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:34:48.991Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:34:48.991Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:48.991Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:34:48.991Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:49.150Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T05:34:49.173Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb 75650
2023-03-31T05:34:49.174Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T05:34:49.174Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:49.175Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T05:34:49.175Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:49.175Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:49.176Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240889174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:50.176Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:34:50.177Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:34:50.178Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb, URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar to file: /app/ASDC/1/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:50.179Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:50.337Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:50.338Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:50.670Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1760167556912743725/Definitions/service-BasicOnboardByazfc-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-31T05:34:52.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_byAZFc 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-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar
2023-03-31T05:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T05:34:52.386Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.388Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:34:52.390Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_byAZFc 0 is matching search criteria
2023-03-31T05:34:52.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T05:34:52.392Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_byAZFc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:34:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:34:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_byAZFc 0 is matching search criteria
2023-03-31T05:34:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T05:34:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_byAZFc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:34:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.394Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:34:52.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_byAZFc 0 is not matching search criteria
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T05:34:52.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_byAZFc 0 is matching search criteria
2023-03-31T05:34:52.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_byAZFc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:34:52.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_byAZFc 0 is matching search criteria
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_byAZFc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_byAZFc 0 is matching search criteria
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_byAZFc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_byAZFc 0 is not matching search criteria
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=490608f0-fa96-4cb2-bc47-f6e42bd42985
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:34:52.400Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:34:52.400Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_byAZFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:34:52.400Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_byAZFc
Description:service
Model UUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
Model Version:NULL
Model InvariantUuid:ea679b0e-92fa-4bae-8b14-9491328e9600
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_byAZFc
Model UUID:89e9d2b1-11e2-4f2c-ac9f-d651f562f065
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7cc01441-f8c7-4a65-9f16-e596da56dbde
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:af0b4bdb-a501-4a04-b393-a590e1189161
ModelName:BasicOnboardByazfc..base_ubuntu18..module-0
ModelUuid:4d7e3e68-7c03-48bd-a8c1-c51444990dc5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:490608f0-fa96-4cb2-bc47-f6e42bd42985
ModelInvariantUuid:5a694e88-ba68-4486-8f0e-8eb7e5d27bc6
ModelName:basic_onboard_byAZFc-nodes.ubuntu18Cvfc
ModelUuid:0e333acb-a556-42d1-ae27-b8b0630dee21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3f78914e-b062-4587-919d-36b80f8f1872
ModelInvariantUuid:4f93e308-c100-49c7-b9c2-0ba0c28dcd23
ModelName:BasicOnboardByazfc.compute.nodes.heat.ubuntu18
ModelUuid:50eede8e-8437-45a2-8675-e869b0739e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T05:34:52.428Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:34:52.478Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T05:34:52.484Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T05:34:52.485Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:34:52.485Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:34:52.485Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:34:52.541Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T05:34:52.541Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@23854d6f
2023-03-31T05:34:52.542Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:34:52.542Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:34:52.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:34:52.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T05:34:52.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T05:34:52.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:34:52.548Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:34:52.548Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:34:52.548Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240892544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:34:53.563Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:34:53.564Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:34:53.618Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:34:53.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:34:53.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:35:23.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:35:23.650Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:35:23.655Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:35:23.655Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:35:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:35:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240871869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680240875948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240872581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240855267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:35:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240880827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240871869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:35:43.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:43.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:35:43.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680240875948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:35:43.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:35:53.656Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:35:53.681Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:35:53.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:35:53.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:36:23.687Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:36:23.708Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:36:23.712Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:36:23.713Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:36:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:36:43.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.138Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240872581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240855267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240880827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.141Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240871869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.142Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.142Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.142Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.142Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.148Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680240875948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240872581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240855267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240880827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240871869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680240875948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240872581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240855267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240880827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.152Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240871869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.154Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680240875948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240872581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240855267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240880827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.157Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240871869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.157Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.158Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680240875948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.160Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240872581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.161Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240855267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240880827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240823465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240871869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680240875948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240872581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240888677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.166Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680240889833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:36:43.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.170Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240889483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:36:43.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.170Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240889808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:36:43.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240889174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240889547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240890502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T05:36:43.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.173Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240889799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:36:43.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680240891506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:36:43.201Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
2023-03-31T05:36:43.201Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:36:43.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240890913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240891919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680240892544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680240893061,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:36:43.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
2023-03-31T05:36:43.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T05:36:43.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.279Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240893517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T05:36:43.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.280Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680240894522,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:36:43.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
2023-03-31T05:36:43.297Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:36:43.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240898505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T05:36:43.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:36:43.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:36:43.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680240899510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:36:43.342Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
2023-03-31T05:36:43.342Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:36:53.713Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:36:53.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:36:53.739Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:36:53.740Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:37:23.740Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:37:23.768Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:37:23.776Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:37:23.777Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:37:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:37:53.777Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:37:53.806Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:37:53.811Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:37:53.812Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:38:23.812Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:38:23.835Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:38:23.840Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:38:23.841Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:38:43.130Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:38:53.841Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:38:53.867Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:38:53.874Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:38:53.874Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:39:23.874Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:39:23.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:39:23.921Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:39:23.921Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:39:30.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:39:30.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241162512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:39:30.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:39:41.311Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T05:39:41.311Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c9912ab8-f74c-4cd6-851b-14c7bf00d3ad sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T05:39:41.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T05:39:41.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T05:39:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:39:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:39:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680241155123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:39:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:39:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:39:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241164080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:39:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:39:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T05:39:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241130857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:39:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:39:43.456Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:39:46.468Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:39:49.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:39:52.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:39:53.921Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T05:39:53.922Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T05:39:53.941Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T05:39:53.941Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T05:39:55.503Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:39:58.525Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:01.548Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:04.596Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:05.432Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T05:40:05.579Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T05:40:05.986Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T05:40:05.990Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62833e51-7b8d-403f-bb39-bb2bf88d8e7a], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T05:40:06.014Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T05:40:06.278Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 05:40:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[227], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-05:40:06:493-33524], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T05:40:06.280Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T05:40:06.280Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T05:40:06.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T05:40:06.285Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:40:06.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:40:06.319Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T05:40:06.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T05:40:06.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:06.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:06.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241206319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:40:07.367Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:40:07.368Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T05:40:07.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T05:40:07.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T05:40:07.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:40:07.371Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:40:07.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c7302942-3260-4c4b-a33e-2c727eede1f8
2023-03-31T05:40:07.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T05:40:07.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T05:40:07.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:40:07.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:10.689Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:13.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:16.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:19.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:22.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:25.739Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:28.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:31.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:34.776Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:37.785Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:40.795Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:40:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:43.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:40:43.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T05:40:43.150Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:40:43.150Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c7302942-3260-4c4b-a33e-2c727eede1f8', protocol='range'}
2023-03-31T05:40:43.154Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T05:40:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T05:40:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T05:40:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T05:40:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T05:40:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T05:40:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c7302942-3260-4c4b-a33e-2c727eede1f8=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T05:40:43.171Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:40:43.171Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c7302942-3260-4c4b-a33e-2c727eede1f8', protocol='range'}
2023-03-31T05:40:43.171Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T05:40:43.171Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T05:40:43.171Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:40:43.171Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:40:43.176Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:40:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:40:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:40:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=70, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:40:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:40:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:40:43.179Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:40:43.180Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:40:43.180Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:40:43.180Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:40:43.181Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:40:43.181Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:40:43.201Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T05:40:43.201Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:40:43.203Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:40:43.204Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:43.204Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:43.204Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241162512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680241155123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241164080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241130857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241162512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680241155123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241164080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241130857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241162512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680241155123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241164080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241130857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241172581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241162512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241130857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241164080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680241155123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241172581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241162512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241164080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680241155123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.205Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241130857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241172581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.205Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.205Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241162512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.205Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241164080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241130857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680241155123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241172581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241172581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241177093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241177908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680241178266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241172581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241178914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T05:40:44.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241178222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241172581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.207Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680241179917,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:40:44.242Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88414146-dd05-4184-8ab0-31e7d46a8f3b
2023-03-31T05:40:44.242Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88414146-dd05-4184-8ab0-31e7d46a8f3b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:40:44.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241180218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241179331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241180218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241180413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241180394,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:40:44.295Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88414146-dd05-4184-8ab0-31e7d46a8f3b
2023-03-31T05:40:44.295Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88414146-dd05-4184-8ab0-31e7d46a8f3b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241180218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680241181397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241180218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241180218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241183589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241180218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680241184593,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:40:44.340Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88414146-dd05-4184-8ab0-31e7d46a8f3b
2023-03-31T05:40:44.341Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88414146-dd05-4184-8ab0-31e7d46a8f3b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:40:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.364Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241180218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:40:44.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.364Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241187383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:40:44.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.365Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241194876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T05:40:44.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.365Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680241195878,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:40:44.379Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88414146-dd05-4184-8ab0-31e7d46a8f3b
2023-03-31T05:40:44.379Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88414146-dd05-4184-8ab0-31e7d46a8f3b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:40:44.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.403Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241206319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T05:40:44.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:44.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:40:44.403Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:40:44.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:40:45.206Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:40:45.207Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:45.207Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:45.207Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:46.209Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:40:46.209Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:46.209Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:46.209Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:47.210Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:40:47.211Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:47.211Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:47.211Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:48.212Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:40:48.212Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:48.213Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:48.213Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:49.213Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:40:49.214Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:49.215Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:49.215Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:50.217Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:40:50.218Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:40:50.218Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T05:40:50.219Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:40:50.219Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:40:50.278Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:40:50.278Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:40:50.278Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:40:50.279Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:40:50.279Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:40:50.279Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:40:50.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T05:40:50.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4574eea1
2023-03-31T05:40:50.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:40:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:40:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:40:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T05:40:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T05:40:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:40:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:50.304Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:50.304Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241250303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:51.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T05:40:51.327Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:40:51.328Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:40:51.333Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T05:40:51.334Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T05:40:51.334Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:40:51.334Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:40:51.334Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:40:51.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T05:40:51.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3591fec0
2023-03-31T05:40:51.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:40:51.355Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:40:51.355Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:40:51.355Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T05:40:51.355Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T05:40:51.355Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:40:51.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:40:51.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:40:51.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241251355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:40:52.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:40:52.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:40:52.404Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:40:52.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:40:52.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:41:22.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:41:22.438Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:41:22.442Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:41:22.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:41:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:41:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:41:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:41:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:41:52.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:41:52.478Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:41:52.484Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:41:52.485Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:42:22.485Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:42:22.512Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:42:22.518Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:42:22.519Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:42:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:42:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:42:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241250303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:42:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241251355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T05:42:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:42:52.519Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:42:52.543Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:42:52.548Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:42:52.548Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:43:22.549Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:43:22.581Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:43:22.588Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:43:22.589Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:43:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:43:47.260Z||kafka-producer-network-thread | SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9d80d2f9-8ac0-489e-8cee-b75530a11cac] Node 2 disconnected.
2023-03-31T05:43:52.589Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:43:52.621Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:43:52.627Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:43:52.628Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:44:22.628Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:44:22.660Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:44:22.667Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:44:22.667Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:44:43.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:44:52.667Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:44:52.702Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:44:52.708Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:44:52.709Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:45:22.709Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:45:22.738Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:45:22.742Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:45:22.742Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:45:43.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:45:43.274Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T05:45:43.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-c7302942-3260-4c4b-a33e-2c727eede1f8 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T05:45:43.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T05:45:43.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T05:45:43.731Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:45:43.743Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:45:43.743Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T05:45:43.749Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:45:43.749Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T05:45:43.765Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:45:43.766Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T05:45:43.766Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:45:43.771Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:45:43.771Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:45:43.772Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:45:43.772Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=133, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:45:43.772Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:45:43.772Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:45:52.743Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T05:45:52.743Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T05:45:52.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T05:45:52.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T05:45:52.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T05:45:52.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T05:45:52.807Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T05:45:52.808Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T05:45:52.815Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T05:45:53.052Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T05:45:53.052Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 05:45:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[237712], x-aai-txid=[2-aai-resources-230331-05:45:53:289-68032], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T05:45:53.052Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T05:45:53.052Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T05:45:53.052Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:45:53.067Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:45:53.067Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T05:45:53.067Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T05:45:53.067Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:45:53.068Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:45:53.068Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241553067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:45:53.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:45:53.086Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241553067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T05:45:53.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:45:54.087Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T05:45:54.087Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:45:54.087Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:45:54.087Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:45:54.087Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:45:54.087Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:45:55.089Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:45:55.089Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:45:55.090Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:45:55.090Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:45:56.092Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:45:56.092Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:45:56.092Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:45:56.092Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:45:57.094Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:45:57.094Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:45:57.094Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:45:57.095Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:45:58.097Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:45:58.097Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:45:58.098Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:45:58.098Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:45:59.100Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:45:59.100Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:45:59.101Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:45:59.101Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:00.103Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:46:00.103Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:00.103Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:00.104Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:01.106Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:46:01.107Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:46:01.107Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T05:46:01.107Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:46:01.107Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:46:01.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:46:01.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:46:01.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:46:01.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:01.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:46:01.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:01.513Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T05:46:01.518Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T05:46:01.519Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:46:01.519Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:01.519Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T05:46:01.520Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:01.520Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:01.520Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241561519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:02.522Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:46:02.523Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T05:46:02.523Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:02.524Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T05:46:02.525Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:02.525Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:02.672Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9559165133332698099/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T05:46:04.663Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T05:46:04.663Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.664Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.665Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:04.666Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:04.666Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T05:46:04.666Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:46:04.666Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.666Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:04.666Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:04.667Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T05:46:04.667Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:46:04.667Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.667Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:04.667Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.667Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.668Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:46:04.669Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:46:04.669Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.669Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.669Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:46:04.669Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:04.670Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:04.671Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.671Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:04.671Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:04.671Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.671Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:04.671Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:04.672Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.672Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:46:04.672Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:46:04.672Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:46:04.672Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:46:04.673Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.674Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T05:46:04.674Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.674Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:46:04.674Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:46:04.674Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:46:04.674Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:46:04.674Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.675Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.675Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:46:04.675Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.675Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T05:46:04.675Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:46:04.675Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.675Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:46:04.676Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.676Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T05:46:04.676Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.676Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:46:04.676Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:46:04.676Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:46:04.676Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:04.677Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:04.678Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T05:46:04.678Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T05:46:04.678Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.678Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:04.678Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.678Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:04.678Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.679Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:04.679Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:04.679Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:04.679Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T05:46:04.697Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:46:04.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||vFW 977433f8-4ac6 0
2023-03-31T05:46:04.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c
2023-03-31T05:46:04.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52c50ea2-9661-4d33-ae34-b9acb84df713 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
2023-03-31T05:46:04.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:46:04.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
2023-03-31T05:46:04.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T05:46:04.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json 52c50ea2-9661-4d33-ae34-b9acb84df713 785
2023-03-31T05:46:04.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json ASDC sendASDCNotification
2023-03-31T05:46:04.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
2023-03-31T05:46:04.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T05:46:04.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:04.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:04.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241564814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:05.816Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw977433f84ac6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56225278-28db-496c-8e33-217cadc21151",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11fcf758-bc25-43aa-849d-74dd69051eb2",
    "vfModuleModelCustomizationUUID": "135a7f82-be8c-44a4-92e3-9755079ddcb9",
    "isBase": true,
    "artifacts": [
      "a635164b-28b1-4556-87e5-eaa5b993adbd",
      "7af7da10-168a-4a1c-8695-cf258e60756b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T05:46:05.835Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw977433f84ac6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11fcf758-bc25-43aa-849d-74dd69051eb2
VfModuleModelInvariantUUID:56225278-28db-496c-8e33-217cadc21151
VfModuleModelDescription:NULL
Artifacts UUID List:{
a635164b-28b1-4556-87e5-eaa5b993adbd
,
7af7da10-168a-4a1c-8695-cf258e60756b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T05:46:05.838Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw977433f84ac6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56225278-28db-496c-8e33-217cadc21151",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11fcf758-bc25-43aa-849d-74dd69051eb2",
    "vfModuleModelCustomizationUUID": "135a7f82-be8c-44a4-92e3-9755079ddcb9",
    "isBase": true,
    "artifacts": [
      "a635164b-28b1-4556-87e5-eaa5b993adbd",
      "7af7da10-168a-4a1c-8695-cf258e60756b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T05:46:05.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw977433f84ac6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11fcf758-bc25-43aa-849d-74dd69051eb2
VfModuleModelInvariantUUID:56225278-28db-496c-8e33-217cadc21151
VfModuleModelDescription:NULL
Artifacts UUID List:{
a635164b-28b1-4556-87e5-eaa5b993adbd
,
7af7da10-168a-4a1c-8695-cf258e60756b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T05:46:05.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a635164b-28b1-4556-87e5-eaa5b993adbd from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
2023-03-31T05:46:05.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:46:05.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
2023-03-31T05:46:05.948Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T05:46:05.949Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml a635164b-28b1-4556-87e5-eaa5b993adbd 20368
2023-03-31T05:46:05.949Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-31T05:46:05.950Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
2023-03-31T05:46:05.950Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T05:46:05.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:05.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:05.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241565949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:06.952Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7af7da10-168a-4a1c-8695-cf258e60756b from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
2023-03-31T05:46:06.953Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T05:46:06.953Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
2023-03-31T05:46:07.056Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T05:46:07.057Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env 7af7da10-168a-4a1c-8695-cf258e60756b 2098
2023-03-31T05:46:07.057Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-31T05:46:07.057Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
2023-03-31T05:46:07.057Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T05:46:07.058Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:07.058Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:07.058Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241567057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:08.059Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T05:46:08.059Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 977433f8-4ac6 0 a5f02bdd-36c6-42eb-9657-f8336cd4b49c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:46:08.112Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@122c4100, org.onap.sdc.toscaparser.api.parameters.Input@7161666f, org.onap.sdc.toscaparser.api.parameters.Input@337659fd, org.onap.sdc.toscaparser.api.parameters.Input@6184014b, org.onap.sdc.toscaparser.api.parameters.Input@11d0683a]
2023-03-31T05:46:08.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-31T05:46:08.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= df2bb971-c66b-4ad3-8656-beb755d3621c
2023-03-31T05:46:08.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df2bb971-c66b-4ad3-8656-beb755d3621c matches Tosca VF Customization UUID: df2bb971-c66b-4ad3-8656-beb755d3621c
2023-03-31T05:46:08.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: df2bb971-c66b-4ad3-8656-beb755d3621c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-31T05:46:08.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id df2bb971-c66b-4ad3-8656-beb755d3621c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-31T05:46:08.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7945e426
2023-03-31T05:46:08.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T05:46:08.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 135a7f82-be8c-44a4-92e3-9755079ddcb9
2023-03-31T05:46:08.125Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 135a7f82-be8c-44a4-92e3-9755079ddcb9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-31T05:46:08.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:08.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:08.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:46:08.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:46:08.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:08.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:46:08.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:08.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:46:08.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:46:08.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:08.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:46:08.166Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.167Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T05:46:08.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:08.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:46:08.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:46:08.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:46:08.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T05:46:08.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T05:46:08.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:08.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:46:08.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:46:08.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=df2bb971-c66b-4ad3-8656-beb755d3621c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:46:08.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 868fc525-5ebc-4294-b524-016b5f5080e2: vFW 977433f8-4ac6
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:46:08.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:46:08.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-31 05-38-15 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T05:46:08.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 977433f8-4ac6 a5f02bdd-36c6-42eb-9657-f8336cd4b49c 1 ASDC deployResourceStructure
2023-03-31T05:46:08.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json ASDC sendASDCNotification
2023-03-31T05:46:08.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
2023-03-31T05:46:08.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T05:46:08.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:08.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:08.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241568840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:09.841Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-31T05:46:09.842Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
2023-03-31T05:46:09.842Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T05:46:09.842Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:09.842Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:09.843Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241569841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:10.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-31T05:46:10.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
2023-03-31T05:46:10.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T05:46:10.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:10.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:10.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241570844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:11.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:46:11.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:46:11.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T05:46:11.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:11.847Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:11.847Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241571846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:12.848Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:46:12.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:46:12.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:46:12.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:46:12.900Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T05:46:42.901Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T05:46:42.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T05:46:42.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T05:46:42.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T05:46:42.925Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T05:46:42.965Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T05:46:42.966Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T05:46:42.972Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T05:46:43.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T05:46:43.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 05:46:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[143360], x-aai-txid=[0-aai-resources-230331-05:46:43:445-70638], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T05:46:43.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T05:46:43.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T05:46:43.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:46:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:46:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241207367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:46:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241561519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241564814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241565949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241567057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241568840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T05:46:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241569841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241570844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241571846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T05:46:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:46:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T05:46:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:46:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:46:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241603138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:46:44.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:46:44.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T05:46:44.161Z||pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T05:46:44.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T05:46:44.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:46:44.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:46:44.166Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-25da7883-49d8-46e5-9b7d-b9188b94787c
2023-03-31T05:46:44.166Z||pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T05:46:44.166Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T05:46:44.166Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:46:47.109Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:46:50.118Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:46:53.128Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:46:56.137Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:46:59.146Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:02.155Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:05.167Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:08.176Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:11.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:14.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:17.203Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:20.212Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:23.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:26.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:29.245Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:32.254Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:35.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:38.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:41.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:47:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:43.144Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:47:43.144Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T05:47:43.151Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:47:43.151Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-25da7883-49d8-46e5-9b7d-b9188b94787c', protocol='range'}
2023-03-31T05:47:43.155Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-25da7883-49d8-46e5-9b7d-b9188b94787c=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T05:47:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:47:43.169Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-25da7883-49d8-46e5-9b7d-b9188b94787c', protocol='range'}
2023-03-31T05:47:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T05:47:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:47:43.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T05:47:43.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:47:43.174Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:47:43.174Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:47:43.175Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:47:43.175Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:47:43.175Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:47:43.175Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:47:43.175Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:47:43.175Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:47:43.175Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:47:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=149, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:47:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:47:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:47:43.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T05:47:43.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:47:43.190Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:47:43.191Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:43.191Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:43.191Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:44.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:47:44.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:44.193Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:44.193Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:44.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T05:47:44.194Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241603138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T05:47:44.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:47:44.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T05:47:44.196Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:47:44.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:47:45.193Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:47:45.194Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:45.194Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:45.194Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:46.195Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:47:46.195Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:46.196Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:46.196Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:47.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:47:47.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:47.198Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:47.198Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:48.199Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:47:48.199Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:48.199Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:48.200Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:49.201Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:47:49.201Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:49.202Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:49.202Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:50.204Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:47:50.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:47:50.204Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T05:47:50.205Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:47:50.205Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:47:50.268Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:47:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:47:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:47:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:47:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:47:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:47:50.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T05:47:50.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7025a350
2023-03-31T05:47:50.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:47:50.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:47:50.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:47:50.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T05:47:50.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T05:47:50.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:47:50.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:50.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:50.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241670292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:51.294Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T05:47:51.314Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:47:51.314Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:47:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T05:47:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T05:47:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:47:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:47:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:47:51.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T05:47:51.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@332ed8e
2023-03-31T05:47:51.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:47:51.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:47:51.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:47:51.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T05:47:51.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T05:47:51.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:47:51.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:47:51.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:47:51.343Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241671342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:47:52.343Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:47:52.344Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:47:52.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:47:52.382Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:47:52.382Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:48:22.382Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:48:22.407Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:48:22.411Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:48:22.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:48:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:48:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:48:43.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:48:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:48:52.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:48:52.433Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:48:52.437Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:48:52.437Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:49:22.438Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:49:22.468Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:49:22.474Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:49:22.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:49:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:49:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:49:43.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:49:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:49:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241670292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T05:49:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:49:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:49:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241671342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T05:49:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:49:52.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:49:52.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:49:52.509Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:49:52.510Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:50:22.510Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:50:22.538Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:50:22.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:50:22.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:50:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:50:52.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:50:52.572Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:50:52.577Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:50:52.577Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:51:22.578Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:51:22.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:51:22.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:51:22.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:51:43.130Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:51:52.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:51:52.638Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:51:52.644Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:51:52.644Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:52:22.645Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:52:22.677Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:52:22.683Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:52:22.683Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:52:43.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:43.256Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T05:52:43.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-25da7883-49d8-46e5-9b7d-b9188b94787c sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T05:52:43.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T05:52:43.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T05:52:43.754Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:52:43.770Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:52:43.770Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T05:52:43.777Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:52:43.777Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T05:52:43.793Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:52:43.793Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T05:52:43.794Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:52:43.797Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:52:43.798Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:52:43.798Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:52:43.798Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=159, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:52:43.798Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:52:43.798Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:52:52.684Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T05:52:52.684Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T05:52:52.699Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T05:52:52.699Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T05:52:52.700Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T05:52:52.707Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T05:52:52.746Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T05:52:52.747Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T05:52:52.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T05:52:52.894Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T05:52:52.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 05:52:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[237712], x-aai-txid=[0-aai-resources-230331-05:52:53:231-86786], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T05:52:52.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T05:52:52.896Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T05:52:52.896Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:52:52.906Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:52:52.906Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T05:52:52.907Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T05:52:52.907Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:52.907Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:52.908Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241972907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:52.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:52:52.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241972907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T05:52:52.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:52:53.936Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T05:52:53.937Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:52:53.937Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:52:53.938Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:53.938Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:53.938Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:54.939Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:52:54.939Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:54.940Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:54.940Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:55.941Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:52:55.941Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:55.942Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:55.942Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:56.943Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:52:56.943Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:56.944Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:56.944Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:57.945Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:52:57.945Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:57.946Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:57.946Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:58.947Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:52:58.947Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:58.947Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:58.948Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:52:59.948Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:52:59.949Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:52:59.949Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:52:59.949Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:00.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:53:00.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:53:00.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T05:53:00.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:53:00.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:53:01.007Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:53:01.008Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:53:01.008Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:53:01.008Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:01.008Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:53:01.008Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:01.341Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-31T05:53:01.347Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T05:53:01.347Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:53:01.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:01.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T05:53:01.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:01.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:01.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241981347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:02.349Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:53:02.349Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:53:02.350Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:02.350Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T05:53:02.350Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:02.351Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:02.528Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16125447048508628993/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T05:53:04.095Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:53:04.096Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:53:04.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:53:04.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.099Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T05:53:04.100Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:53:04.101Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:53:04.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T05:53:04.141Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T05:53:04.141Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:53:04.142Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T05:53:04.142Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T05:53:04.142Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:04.142Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:04.143Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241984141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:05.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:53:05.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T05:53:05.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T05:53:05.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:05.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:05.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241985144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:06.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:53:06.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:53:06.183Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T05:53:06.183Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T05:53:06.183Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T05:53:06.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T05:53:06.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:53:06.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:53:06.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:53:06.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:53:06.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:53:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T05:53:36.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T05:53:36.209Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T05:53:36.209Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T05:53:36.210Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T05:53:36.215Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T05:53:36.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T05:53:36.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T05:53:36.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T05:53:36.416Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T05:53:36.417Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 05:53:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[143360], x-aai-txid=[0-aai-resources-230331-05:53:36:737-21007], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T05:53:36.417Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T05:53:36.418Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T05:53:36.418Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:53:36.432Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:53:36.433Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T05:53:36.433Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T05:53:36.433Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:36.434Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:36.434Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242016433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:53:37.471Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:53:37.471Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T05:53:37.472Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T05:53:37.473Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T05:53:37.473Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:53:37.473Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:53:37.479Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dc4f8f8e-f3df-4169-8d7f-6b3d17144ef5
2023-03-31T05:53:37.480Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T05:53:37.480Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T05:53:37.480Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:53:38.064Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:53:41.073Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:53:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:43.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:53:43.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T05:53:43.150Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dc4f8f8e-f3df-4169-8d7f-6b3d17144ef5', protocol='range'}
2023-03-31T05:53:43.150Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:53:43.155Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dc4f8f8e-f3df-4169-8d7f-6b3d17144ef5=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T05:53:43.170Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:53:43.170Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dc4f8f8e-f3df-4169-8d7f-6b3d17144ef5', protocol='range'}
2023-03-31T05:53:43.170Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T05:53:43.171Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:53:43.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T05:53:43.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:53:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:53:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:53:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:53:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:53:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:53:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:53:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:53:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:53:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:53:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=160, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:53:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:53:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:53:43.183Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T05:53:43.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:53:43.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:53:43.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:43.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:43.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:44.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:53:44.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:44.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:44.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:44.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.191Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241604160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241981347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241984141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680241985144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242016433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:53:44.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:53:44.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:53:45.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:53:45.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:45.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:45.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:46.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:53:46.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:46.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:46.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:47.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:53:47.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:47.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:47.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:48.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:53:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:49.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:53:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:50.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:53:50.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:53:50.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T05:53:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:53:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:53:50.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:53:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:53:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:53:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:53:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:53:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:53:50.288Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T05:53:50.288Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1cbb24f4
2023-03-31T05:53:50.289Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:53:50.289Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:53:50.289Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:53:50.289Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T05:53:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T05:53:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:53:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242030289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:51.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T05:53:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:53:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:53:51.318Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T05:53:51.319Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T05:53:51.319Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:53:51.319Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:53:51.319Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:53:51.338Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T05:53:51.339Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4c02f565
2023-03-31T05:53:51.339Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:53:51.339Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:53:51.339Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:53:51.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T05:53:51.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T05:53:51.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:53:51.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:53:51.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:53:51.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242031339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:53:52.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:53:52.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:53:52.372Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:53:52.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:53:52.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:54:22.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:54:22.406Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:54:22.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:54:22.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:54:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:54:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:54:43.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:54:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:54:52.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:54:52.444Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:54:52.450Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:54:52.451Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:55:22.451Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:55:22.477Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:55:22.483Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:55:22.483Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:55:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:55:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:55:43.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:55:43.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242030289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242031339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T05:55:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:55:52.483Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:55:52.511Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:55:52.515Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:55:52.515Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:56:22.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:56:22.541Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:56:22.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:56:22.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:56:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:56:52.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:56:52.574Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:56:52.580Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:56:52.580Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:57:22.580Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:57:22.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:57:22.614Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:57:22.614Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:57:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:57:52.614Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:57:52.641Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:57:52.645Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:57:52.646Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:58:22.646Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:58:22.676Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:58:22.681Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:58:22.682Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T05:58:43.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:43.257Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T05:58:43.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dc4f8f8e-f3df-4169-8d7f-6b3d17144ef5 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T05:58:43.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T05:58:43.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T05:58:43.735Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:58:43.749Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:58:43.750Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T05:58:43.755Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:58:43.756Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T05:58:43.771Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:58:43.772Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T05:58:43.772Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:58:43.777Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:58:43.777Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:58:43.777Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:58:43.777Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=180, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:58:43.778Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:58:43.778Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:58:52.682Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T05:58:52.683Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T05:58:52.695Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T05:58:52.696Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T05:58:52.696Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T05:58:52.701Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T05:58:52.730Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T05:58:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T05:58:52.744Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T05:58:52.898Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T05:58:52.899Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 05:58:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[237712], x-aai-txid=[2-aai-resources-230331-05:58:53:216-83277], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T05:58:52.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T05:58:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T05:58:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:58:52.914Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:58:52.915Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T05:58:52.915Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T05:58:52.916Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:52.916Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:52.916Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242332915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:52.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:58:52.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242332915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T05:58:52.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:58:53.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T05:58:53.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:58:53.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:58:53.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:53.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:53.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:54.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:58:54.955Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:54.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:54.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:55.957Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:58:55.958Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:55.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:55.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:56.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:58:56.961Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:56.961Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:56.961Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:57.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:58:57.963Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:57.963Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:57.963Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:58.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:58:58.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:58.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:58.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:58:59.966Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:58:59.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:58:59.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:58:59.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:00.969Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:59:00.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:59:00.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T05:59:00.970Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:59:00.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:59:01.026Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:59:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:59:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:59:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:01.028Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:59:01.028Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:01.365Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-31T05:59:01.369Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T05:59:01.369Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:59:01.369Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:01.370Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T05:59:01.370Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:01.370Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:01.370Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242341369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:02.373Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:59:02.373Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:59:02.374Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:02.375Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T05:59:02.375Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:02.376Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:02.571Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8557035364598056569/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T05:59:04.114Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:59:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:59:04.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T05:59:04.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T05:59:04.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T05:59:04.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T05:59:04.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:59:04.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T05:59:04.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T05:59:04.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:04.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:04.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242344160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:05.162Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T05:59:05.163Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T05:59:05.163Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T05:59:05.163Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:05.163Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:05.163Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242345162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:06.166Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:59:06.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:59:06.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T05:59:06.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T05:59:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T05:59:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T05:59:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:59:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:59:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:59:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T05:59:06.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T05:59:06.209Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T05:59:36.209Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T05:59:36.223Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T05:59:36.223Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T05:59:36.224Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T05:59:36.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T05:59:36.266Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T05:59:36.267Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T05:59:36.280Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T05:59:36.423Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T05:59:36.424Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 05:59:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[143360], x-aai-txid=[2-aai-resources-230331-05:59:36:752-9842], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T05:59:36.424Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T05:59:36.424Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T05:59:36.425Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:59:36.438Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:59:36.438Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T05:59:36.439Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T05:59:36.439Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:36.439Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:36.439Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242376438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:59:37.475Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T05:59:37.475Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T05:59:37.476Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T05:59:37.476Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T05:59:37.476Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:59:37.476Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:59:37.480Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-8d7db642-bd29-4382-9402-91bb4a2565e9
2023-03-31T05:59:37.481Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T05:59:37.481Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T05:59:37.481Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T05:59:38.056Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:59:41.065Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T05:59:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:43.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:59:43.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T05:59:43.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:59:43.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-8d7db642-bd29-4382-9402-91bb4a2565e9', protocol='range'}
2023-03-31T05:59:43.156Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-8d7db642-bd29-4382-9402-91bb4a2565e9=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T05:59:43.170Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T05:59:43.171Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T05:59:43.171Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T05:59:43.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-8d7db642-bd29-4382-9402-91bb4a2565e9', protocol='range'}
2023-03-31T05:59:43.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T05:59:43.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T05:59:43.175Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:59:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:59:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:59:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=181, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T05:59:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T05:59:43.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T05:59:43.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:59:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:59:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:59:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:59:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:59:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T05:59:43.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T05:59:43.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T05:59:43.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:59:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:59:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:44.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:59:44.194Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.194Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T05:59:44.194Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.194Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242017471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T05:59:44.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242341369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242344160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242345162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242376438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T05:59:44.196Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T05:59:44.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T05:59:45.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:59:45.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:45.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:45.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:46.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:59:46.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:46.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:46.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:47.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:59:47.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:47.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:47.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:59:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:48.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:49.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T05:59:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:50.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T05:59:50.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T05:59:50.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T05:59:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T05:59:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T05:59:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T05:59:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:59:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T05:59:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:59:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:59:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T05:59:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T05:59:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39164242
2023-03-31T05:59:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:59:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:59:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:59:50.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T05:59:50.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T05:59:50.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:59:50.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:50.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:50.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242390290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:51.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T05:59:51.310Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:59:51.310Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T05:59:51.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T05:59:51.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T05:59:51.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:59:51.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T05:59:51.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T05:59:51.334Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21699dc0
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T05:59:51.335Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242391335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T05:59:52.336Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T05:59:52.337Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:59:52.367Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T05:59:52.372Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T05:59:52.372Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:00:22.373Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:00:22.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:00:22.404Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:00:22.405Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:00:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:00:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:00:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:00:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:00:52.405Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:00:52.434Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:00:52.440Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:00:52.440Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:01:22.440Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:01:22.467Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:01:22.474Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:01:22.474Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:01:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:01:43.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:01:43.130Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242390290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242391335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:01:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:01:52.474Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:01:52.505Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:01:52.512Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:01:52.512Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:02:22.513Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:02:22.537Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:02:22.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:02:22.546Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:02:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:02:52.546Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:02:52.573Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:02:52.578Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:02:52.578Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:03:22.579Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:03:22.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:03:22.613Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:03:22.613Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:03:43.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:03:52.614Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:03:52.641Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:03:52.646Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:03:52.646Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:04:22.646Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:04:22.675Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:04:22.681Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:04:22.681Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:04:43.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:43.267Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:04:43.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-8d7db642-bd29-4382-9402-91bb4a2565e9 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:04:43.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:04:43.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:04:43.746Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:04:43.762Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:04:43.762Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:04:43.768Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:04:43.769Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:04:43.785Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:04:43.786Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:04:43.786Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:04:43.792Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:04:43.792Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:04:43.793Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:04:43.793Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=201, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:04:43.793Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:04:43.793Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:04:52.682Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:04:52.682Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:04:52.697Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:04:52.697Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:04:52.699Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:04:52.704Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:04:52.736Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:04:52.737Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e751ed19-70db-4ac9-8024-668a478fd49e], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T06:04:52.744Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:04:52.899Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:04:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-06:04:53:217-75522], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:04:52.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:04:52.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:04:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:04:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:04:52.913Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:04:52.913Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:04:52.914Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:04:52.914Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:52.914Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:52.914Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242692914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:52.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:04:52.933Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242692914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:04:52.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:04:53.944Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T06:04:53.944Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:04:53.944Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:04:53.945Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:53.945Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:53.945Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:54.946Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:04:54.947Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:54.947Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:54.947Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:55.948Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:04:55.948Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:55.948Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:55.948Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:56.949Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:04:56.950Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:56.950Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:56.950Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:57.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:04:57.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:57.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:57.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:58.952Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:04:58.952Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:58.952Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:58.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:04:59.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:04:59.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:04:59.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:04:59.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:00.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:05:00.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:05:00.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:05:00.957Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:05:00.957Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:05:01.018Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:05:01.018Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:05:01.018Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:05:01.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:01.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T06:05:01.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:01.378Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-31T06:05:01.382Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:05:01.382Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:05:01.386Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:01.386Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:05:01.387Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:01.387Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:01.387Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242701382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:02.388Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:05:02.389Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:05:02.389Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:02.389Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:05:02.390Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:02.390Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:02.550Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6036081126594233816/Definitions/service-Vfw20230331053815-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-03-31T06:05:04.060Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.062Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:05:04.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:05:04.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:05:04.067Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:05:04.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:05:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:05:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:05:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:05:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:04.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242704118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:05.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:05:05.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:05:05.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:05:05.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:05.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:05.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242705119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:06.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:05:06.152Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:05:06.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:05:06.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:05:36.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:05:36.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:05:36.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:05:36.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:05:36.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:05:36.234Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:05:36.234Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e171adf-2c1d-431d-bbf3-3f265f2211f5], X-ECOMP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-TransactionId=[], X-ONAP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], Content-Type=[application/merge-patch+json]}
2023-03-31T06:05:36.242Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:05:36.374Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:05:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[143360], x-aai-txid=[1-aai-resources-230331-06:05:36:714-2838], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:05:36.375Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:05:36.376Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:05:36.376Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:05:36.376Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:05:36.389Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:05:36.389Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:05:36.390Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:05:36.390Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:36.390Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:36.390Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242736389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:05:37.428Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T06:05:37.428Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T06:05:37.429Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T06:05:37.429Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T06:05:37.429Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:05:37.430Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:05:37.436Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-2adfdb6d-1b85-4b9f-9ece-070a1fcf903b
2023-03-31T06:05:37.436Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T06:05:37.437Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T06:05:37.437Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:05:38.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:05:41.060Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:05:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:43.143Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:05:43.143Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:05:43.149Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:05:43.149Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-2adfdb6d-1b85-4b9f-9ece-070a1fcf903b', protocol='range'}
2023-03-31T06:05:43.154Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-2adfdb6d-1b85-4b9f-9ece-070a1fcf903b=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:05:43.171Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:05:43.171Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:05:43.171Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:05:43.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-2adfdb6d-1b85-4b9f-9ece-070a1fcf903b', protocol='range'}
2023-03-31T06:05:43.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T06:05:43.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:05:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:05:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:05:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:05:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=202, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:05:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:05:43.176Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:05:43.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:05:43.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:05:43.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:05:43.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:05:43.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:05:43.177Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:05:43.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T06:05:43.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:05:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:05:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:43.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:43.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:44.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:05:44.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:44.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.193Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:05:44.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.194Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:05:44.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.194Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.195Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242377475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242701382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242704118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242705119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:05:44.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.197Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242736389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:05:44.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:44.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:05:44.197Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:05:44.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:05:45.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:05:45.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:45.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:45.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:46.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:05:46.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:46.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:46.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:47.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:05:47.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:47.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:47.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:05:48.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:48.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:48.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:05:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:50.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:05:50.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:05:50.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T06:05:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:05:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:05:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:05:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:05:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:05:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:05:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T06:05:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:05:50.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T06:05:50.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18aad1b1
2023-03-31T06:05:50.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:05:50.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:05:50.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:05:50.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T06:05:50.285Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T06:05:50.285Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:05:50.285Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:50.285Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:50.285Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242750284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:51.286Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:05:51.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:05:51.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:05:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T06:05:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T06:05:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:05:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T06:05:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:05:51.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T06:05:51.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3de5175c
2023-03-31T06:05:51.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:05:51.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:05:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:05:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T06:05:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T06:05:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:05:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:05:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:05:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242751331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:05:52.332Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:05:52.332Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:05:52.359Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:05:52.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:05:52.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:06:22.364Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:06:22.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:06:22.415Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:06:22.415Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:06:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:06:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:06:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:06:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:06:52.415Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:06:52.447Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:06:52.453Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:06:52.453Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:07:22.453Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:07:22.482Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:07:22.488Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:07:22.488Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:07:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:07:43.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:07:43.130Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242750284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242751331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:07:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:07:52.489Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:07:52.512Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:07:52.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:07:52.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:08:22.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:08:22.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:08:22.551Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:08:22.551Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:08:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:08:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:08:52.572Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:08:52.575Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:08:52.575Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:09:22.575Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:09:22.593Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:09:22.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:09:22.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:09:43.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:09:52.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:09:52.619Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:09:52.623Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:09:52.623Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:10:22.624Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:10:22.645Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:10:22.649Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:10:22.649Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:10:43.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:43.184Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:10:43.184Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-2adfdb6d-1b85-4b9f-9ece-070a1fcf903b sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:10:43.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:10:43.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:10:43.707Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:10:43.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:10:43.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:10:43.727Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:10:43.727Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:10:43.741Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:10:43.742Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:10:43.742Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:10:43.746Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:10:43.746Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:10:43.746Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:10:43.747Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=222, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:10:43.747Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:10:43.747Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:10:52.649Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:10:52.649Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:10:52.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:10:52.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:10:52.659Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:10:52.663Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:10:52.684Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:10:52.684Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:10:52.691Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:10:52.829Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:10:52.829Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:10:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-06:10:53:166-85351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:10:52.829Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:10:52.830Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:10:52.830Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:10:52.840Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:10:52.841Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:10:52.841Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:10:52.841Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:52.841Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:52.841Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243052841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:52.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:10:52.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243052841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:10:52.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:10:53.864Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T06:10:53.864Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:10:53.865Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:10:53.865Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:53.865Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:53.865Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:54.866Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:10:54.866Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:54.866Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:54.866Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:55.867Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:10:55.868Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:55.868Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:55.868Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:56.869Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:10:56.869Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:56.869Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:56.869Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:57.870Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:10:57.870Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:57.870Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:57.871Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:58.871Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:10:58.872Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:58.872Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:58.872Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:10:59.872Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:10:59.873Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:10:59.873Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:10:59.873Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:00.874Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:11:00.874Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:11:00.874Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:11:00.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:11:00.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:11:00.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:11:00.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:11:00.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:11:00.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:00.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T06:11:00.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:01.243Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-31T06:11:01.247Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:11:01.247Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:11:01.247Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:01.247Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:11:01.248Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:01.248Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:01.248Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243061247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:02.248Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:11:02.249Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:11:02.250Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:02.250Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:11:02.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:02.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:02.364Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12606573524808219113/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T06:11:03.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:11:03.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:11:03.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:11:03.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:11:03.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:11:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:11:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:11:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:11:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:11:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:04.063Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243064063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:05.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:11:05.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:11:05.064Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:11:05.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:05.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:05.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243065064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:06.066Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:11:06.083Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:11:06.086Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:11:06.086Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:11:06.086Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:11:06.086Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:11:06.086Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:11:06.086Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:11:06.086Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:11:06.087Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:11:06.087Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:11:06.093Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:11:36.094Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:11:36.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:11:36.104Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:11:36.104Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:11:36.111Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:11:36.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:11:36.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:11:36.147Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:11:36.289Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:11:36.290Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:11:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[143360], x-aai-txid=[1-aai-resources-230331-06:11:36:620-8174], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:11:36.290Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:11:36.290Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:11:36.290Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:11:36.300Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:11:36.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:11:36.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:11:36.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:36.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:36.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243096301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:11:37.324Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T06:11:37.324Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T06:11:37.324Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T06:11:37.324Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T06:11:37.324Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:11:37.325Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:11:37.330Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dcba9a2d-6b54-4619-a877-49e75cf75f0f
2023-03-31T06:11:37.330Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T06:11:37.330Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T06:11:37.331Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:11:38.038Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:11:41.058Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:11:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:43.148Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:11:43.148Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:11:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dcba9a2d-6b54-4619-a877-49e75cf75f0f', protocol='range'}
2023-03-31T06:11:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:11:43.160Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dcba9a2d-6b54-4619-a877-49e75cf75f0f=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:11:43.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dcba9a2d-6b54-4619-a877-49e75cf75f0f', protocol='range'}
2023-03-31T06:11:43.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T06:11:43.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:11:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:11:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:11:43.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:11:43.180Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:11:43.180Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:11:43.180Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:11:43.180Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:11:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:11:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:11:43.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:11:43.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:11:43.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:11:43.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=223, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:11:43.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:11:43.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:11:43.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T06:11:43.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:11:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:11:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:43.187Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:11:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:44.188Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:44.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.199Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680242737428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243061247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243064063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243065064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243096301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243100970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243097042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243099310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243102460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243100218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:11:44.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:11:45.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:11:45.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:45.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:45.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:46.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:11:46.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:46.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:46.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:47.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:11:47.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:47.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:47.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:11:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:48.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:49.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:11:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:49.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:50.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:11:50.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:11:50.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T06:11:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:11:50.198Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:11:50.224Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:11:50.224Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:11:50.224Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:11:50.224Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:11:50.224Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T06:11:50.225Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:11:50.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T06:11:50.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b3d2ab1
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243110260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:51.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:11:51.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:11:51.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:11:51.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T06:11:51.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T06:11:51.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:11:51.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T06:11:51.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:11:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-31T06:11:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@727e9e78
2023-03-31T06:11:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:11:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:11:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:11:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T06:11:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T06:11:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:11:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:11:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:11:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243111320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:11:52.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:11:52.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:11:52.338Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:11:52.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:11:52.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:12:22.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:12:22.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:12:22.367Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:12:22.367Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:12:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:12:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:12:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:12:43.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:12:52.368Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:12:52.384Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:12:52.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:12:52.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:13:22.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:13:22.405Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:13:22.409Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:13:22.409Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:13:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:13:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243100970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243099310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243097042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243102460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243100218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243100970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243099310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243097042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243100218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243102460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243099310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243100970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243097042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243102460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243100218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243100970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243099310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243097042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243100218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243102460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243099310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243100970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243097042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243102460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243100218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243099310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243100970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243097042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243100218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243102460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243110260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243109984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243111120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243110816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243111171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243111320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243111819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243111090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:13:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243112821,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:13:43.164Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
2023-03-31T06:13:43.164Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:13:43.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243112199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:13:43.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.176Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243113274,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:13:43.181Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
2023-03-31T06:13:43.181Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:13:43.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243114276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T06:13:43.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243118281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:13:43.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243119283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:13:43.194Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
2023-03-31T06:13:43.194Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243122581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243122581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243122581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243122581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243122581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243122581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243122581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243130414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243133300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:13:43.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243134305,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:13:43.216Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
2023-03-31T06:13:43.216Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:13:52.409Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:13:52.421Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:13:52.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:13:52.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:14:22.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:14:22.442Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:14:22.444Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:14:22.444Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:14:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:14:52.444Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:14:52.472Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:14:52.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:14:52.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:15:22.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:15:22.493Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:15:22.497Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:15:22.497Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:15:43.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:15:52.497Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:15:52.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:15:52.520Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:15:52.520Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:16:22.520Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:16:22.541Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:16:22.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:16:22.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:16:43.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:43.221Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:16:43.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-dcba9a2d-6b54-4619-a877-49e75cf75f0f sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:16:43.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:16:43.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:16:43.702Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:16:43.714Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:16:43.714Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:16:43.719Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:16:43.719Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:16:43.734Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:16:43.734Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:16:43.734Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:16:43.738Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:16:43.738Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:16:43.738Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:16:43.738Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=300, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:16:43.738Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:16:43.738Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:16:52.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:16:52.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:16:52.569Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:16:52.569Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:16:52.570Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:16:52.574Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:16:52.592Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:16:52.592Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96945ca3-70cb-44c7-b698-9cd537222df0], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T06:16:52.600Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:16:52.751Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:16:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-06:16:53:074-40899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:16:52.751Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:16:52.752Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:16:52.752Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:16:52.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:16:52.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:16:52.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:16:52.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:16:52.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:52.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:52.765Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243412764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:52.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:16:52.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243412764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:16:52.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:16:53.784Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T06:16:53.784Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:16:53.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:16:53.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:53.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:53.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:54.786Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:16:54.786Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:54.786Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:54.787Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:55.787Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:16:55.787Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:55.787Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:55.787Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:56.788Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:16:56.788Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:56.789Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:56.789Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:57.789Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:16:57.790Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:57.790Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:57.790Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:58.791Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:16:58.791Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:58.791Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:58.791Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:16:59.792Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:16:59.793Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:16:59.793Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:16:59.793Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:00.794Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:17:00.794Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:17:00.795Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:17:00.796Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:17:00.796Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:17:00.832Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:17:00.833Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:17:00.833Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:17:00.833Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:00.833Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-31T06:17:00.833Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:01.164Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-31T06:17:01.169Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:17:01.169Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:17:01.170Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:01.170Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:17:01.170Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:01.170Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:01.170Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243421169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:02.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:17:02.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-31T06:17:02.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:02.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:17:02.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:02.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:02.293Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP362205710115015072/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T06:17:03.809Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:17:03.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T06:17:03.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:17:03.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:17:03.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:17:03.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T06:17:03.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:17:03.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:17:03.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:17:03.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-31T06:17:03.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:17:03.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:17:03.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:17:03.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:17:03.814Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:17:03.815Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:17:03.816Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.816Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:17:03.816Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:17:03.816Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.816Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:17:03.816Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:17:03.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.818Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.818Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:17:03.818Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.818Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:17:03.818Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.819Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:17:03.819Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.819Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:17:03.819Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:17:03.819Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:17:03.819Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:17:03.819Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:17:03.820Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.822Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:17:03.822Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.822Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:17:03.822Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:17:03.822Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:17:03.822Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:17:03.822Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:17:03.823Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:17:03.823Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.823Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:17:03.823Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.823Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:17:03.823Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.823Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:17:03.824Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:17:03.824Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:17:03.824Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:17:03.863Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:17:03.864Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:17:03.864Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:17:03.864Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:17:03.864Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:03.864Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:03.864Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243423864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:04.865Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:17:04.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:17:04.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:17:04.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:04.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:04.867Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243424865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:05.868Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:17:05.892Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:17:05.895Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:17:05.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:17:05.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:17:35.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:17:35.914Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:17:35.914Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:17:35.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:17:35.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:17:35.942Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:17:35.942Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:17:35.950Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:17:36.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:17:36.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:17:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[143360], x-aai-txid=[0-aai-resources-230331-06:17:36:423-69044], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:17:36.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:17:36.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:17:36.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:17:36.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:17:36.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:17:36.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:17:36.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:36.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:36.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243456115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:17:37.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T06:17:37.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T06:17:37.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T06:17:37.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T06:17:37.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:17:37.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:17:37.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T06:17:37.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-61c45547-6f60-4964-8d39-2b181e9cacbe
2023-03-31T06:17:37.147Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T06:17:37.147Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:17:37.950Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:17:40.955Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:17:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:43.149Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:17:43.149Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:17:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-61c45547-6f60-4964-8d39-2b181e9cacbe', protocol='range'}
2023-03-31T06:17:43.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:17:43.159Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-61c45547-6f60-4964-8d39-2b181e9cacbe=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:17:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-61c45547-6f60-4964-8d39-2b181e9cacbe', protocol='range'}
2023-03-31T06:17:43.175Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:17:43.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T06:17:43.176Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:17:43.176Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:17:43.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:17:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:17:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:17:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:17:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:17:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:17:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:17:43.181Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:17:43.181Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:17:43.181Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:17:43.181Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=301, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:17:43.181Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:17:43.181Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:17:43.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:17:43.189Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:17:43.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:17:43.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:43.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:43.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:17:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:17:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243097324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243421169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243423864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243424865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243456115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:17:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:17:45.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:17:45.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:45.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:45.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:46.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:17:46.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:46.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:46.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:47.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:17:47.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:47.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:47.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:48.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:17:48.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:48.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:48.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:49.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:17:49.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:49.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:49.199Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:50.199Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:17:50.200Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:17:50.200Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T06:17:50.200Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:17:50.200Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:17:50.231Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:17:50.232Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:17:50.232Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:17:50.232Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:17:50.232Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:17:50.232Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:17:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:17:50.257Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@c5482d3
2023-03-31T06:17:50.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:17:50.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:17:50.261Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:17:50.261Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T06:17:50.261Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T06:17:50.261Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:17:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243470261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:51.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:17:51.288Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:17:51.288Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:17:51.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T06:17:51.294Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T06:17:51.294Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:17:51.294Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:17:51.294Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:17:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:17:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f4db2ab
2023-03-31T06:17:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:17:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:17:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:17:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T06:17:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T06:17:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:17:51.314Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:17:51.314Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:17:51.314Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243471313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:17:52.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:17:52.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:17:52.336Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:17:52.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:17:52.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:18:22.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:18:22.359Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:18:22.361Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:18:22.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:18:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:18:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:18:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:18:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:18:52.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:18:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:18:52.383Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:18:52.384Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:19:22.384Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:19:22.403Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:19:22.406Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:19:22.406Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:19:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:19:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:19:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:19:43.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:19:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:19:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243470261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243471313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:19:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:19:52.406Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:19:52.430Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:19:52.435Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:19:52.435Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:20:22.436Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:20:22.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:20:22.466Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:20:22.466Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:20:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:20:52.467Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:20:52.488Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:20:52.491Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:20:52.492Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:21:22.492Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:21:22.511Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:21:22.513Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:21:22.513Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:21:43.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:21:52.513Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:21:52.534Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:21:52.539Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:21:52.539Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:22:22.540Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:22:22.557Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:22:22.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:22:22.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:22:38.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:22:38.948Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243743839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:22:38.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:22:38.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T06:22:38.949Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243712181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:22:38.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:22:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:22:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243745298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:22:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:22:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:22:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243755133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:22:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:22:43.206Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:22:43.206Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-61c45547-6f60-4964-8d39-2b181e9cacbe sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:22:43.206Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:22:43.206Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:22:43.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:22:46.879Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:22:49.888Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:22:52.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:22:52.561Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:22:52.569Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:22:52.569Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:22:52.570Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:22:52.577Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:22:52.599Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:22:52.600Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:22:52.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:22:52.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:22:52.759Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:22:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[237712], x-aai-txid=[2-aai-resources-230331-06:22:53:080-4909], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:22:52.759Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:22:52.759Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:22:52.759Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:22:52.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:22:52.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:22:52.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:22:52.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:52.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:52.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243772769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:52.896Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:22:53.787Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:22:53.787Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:22:53.788Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:22:53.788Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:53.788Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:53.788Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:54.789Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:22:54.790Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:54.790Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:54.790Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:55.791Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:22:55.791Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:55.792Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:55.792Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:55.905Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:22:56.793Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:22:56.793Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:56.793Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:56.793Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:57.795Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:22:57.796Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:57.796Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:57.796Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:58.797Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:22:58.797Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:58.798Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:58.798Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:22:58.913Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:22:59.800Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:22:59.800Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:22:59.801Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:22:59.801Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:00.803Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:23:00.804Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:23:00.804Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:23:00.804Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:23:00.804Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:23:00.838Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:23:00.838Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:23:00.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:23:00.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:23:00.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:23:00.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:23:01.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:23:01.150Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:23:01.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:23:01.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:23:01.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:23:01.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:01.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:01.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243781150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:01.924Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:02.153Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:23:02.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:23:02.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:23:02.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:23:02.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:23:02.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:23:02.288Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP941686194727332347/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T06:23:03.850Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.851Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:23:03.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:03.854Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:03.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.856Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:03.857Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:03.858Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:03.858Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:23:03.894Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:23:03.895Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:23:03.895Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:23:03.895Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:23:03.895Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:03.895Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:03.895Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243783895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:04.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:23:04.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:23:04.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:23:04.897Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:04.897Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:04.897Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243784896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:04.935Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:05.898Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:23:05.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:23:05.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:23:05.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:23:05.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:23:05.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:23:05.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:05.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:05.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:05.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:05.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:23:05.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:23:07.944Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:10.959Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:13.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:16.984Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:19.999Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:23.007Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:26.016Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:29.025Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:32.036Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:35.044Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:35.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:23:35.937Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:23:35.938Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:23:35.938Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:23:35.942Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:23:35.965Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:23:35.966Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69c18daa-335b-41aa-b2b3-046975975d3b], X-ECOMP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-TransactionId=[], X-ONAP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], Content-Type=[application/merge-patch+json]}
2023-03-31T06:23:35.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:23:36.111Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:23:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[143360], x-aai-txid=[1-aai-resources-230331-06:23:36:446-52934], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:23:36.111Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:23:36.112Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:23:36.112Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:23:36.112Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:23:36.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:23:36.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:23:36.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:23:36.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:36.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:36.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243816120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:23:37.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:23:37.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:23:37.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:23:37.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:37.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:37.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:38.051Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:38.148Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:23:38.148Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:38.149Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:38.149Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:39.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:23:39.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:39.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:39.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:40.156Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:23:40.157Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:40.157Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:40.157Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:41.060Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:23:41.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:23:41.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:41.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:41.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:42.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:23:42.159Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:42.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:42.160Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:43.144Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:23:43.144Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:23:43.151Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:23:43.151Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:23:43.161Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:23:43.161Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:43.161Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:43.162Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:43.168Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:23:43.169Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:23:43.169Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:23:43.173Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:23:43.173Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:23:43.173Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:23:43.174Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=325, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:23:43.174Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:23:43.174Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:23:44.164Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:23:44.165Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:23:44.165Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T06:23:44.165Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:23:44.165Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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 (?, ?, ?, ?, ?)
2023-03-31T06:23:44.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.192Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243760217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243752581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243743839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243712181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243745298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243755133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243760217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243752581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243761961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243761610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243762348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243761680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243762613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243763614,
  "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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:23:44.216Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:23:44.216Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:23:44.216Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:23:44.216Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:23:44.216Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:23:44.217Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:23:44.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33595ef2-954b-4075-8fb3-078879831c89
2023-03-31T06:23:44.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33595ef2-954b-4075-8fb3-078879831c89 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:23:44.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.266Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243763200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:23:44.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.266Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243764204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:23:44.279Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33595ef2-954b-4075-8fb3-078879831c89
2023-03-31T06:23:44.279Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33595ef2-954b-4075-8fb3-078879831c89 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:23:44.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.295Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243765208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:23:44.295Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.295Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243766210,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:23:44.305Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33595ef2-954b-4075-8fb3-078879831c89
2023-03-31T06:23:44.305Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33595ef2-954b-4075-8fb3-078879831c89 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:23:44.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243772769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.325Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243781150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243783895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243784896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243816120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:23:44.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T06:23:44.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243457138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:23:44.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:23:44.557Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:23:44.561Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T06:23:44.561Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:23:44.562Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:23:44.562Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:23:44.562Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:44.562Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:44.562Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243824561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:45.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:23:45.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:23:45.565Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:23:45.565Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T06:23:45.566Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:23:45.566Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:23:45.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10607724946963267207/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T06:23:47.196Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:23:47.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:23:47.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:47.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:47.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:23:47.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:23:47.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:47.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:47.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:23:47.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:23:47.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.200Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.201Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:47.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:23:47.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:23:47.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:47.203Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:47.203Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.203Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:47.203Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:47.203Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.203Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:47.204Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:47.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:47.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:47.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T06:23:47.206Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.206Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:23:47.206Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:47.206Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:47.206Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.207Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.207Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:47.207Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.208Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:47.208Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:23:47.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:47.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:47.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T06:23:47.210Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.210Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:23:47.210Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:47.210Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:47.210Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:47.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:47.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:23:47.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T06:23:47.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:47.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:23:47.236Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:23:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||vFW 825e8353-d06c 0
2023-03-31T06:23:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06
2023-03-31T06:23:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e1ab7684-3a21-442b-91ea-f73ece53d36a from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
2023-03-31T06:23:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:23:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
2023-03-31T06:23:47.390Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:23:47.391Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json e1ab7684-3a21-442b-91ea-f73ece53d36a 785
2023-03-31T06:23:47.391Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json ASDC sendASDCNotification
2023-03-31T06:23:47.391Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
2023-03-31T06:23:47.392Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:23:47.392Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:47.392Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:47.392Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243827391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:48.394Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw825e8353D06c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1d3cf43c-5967-4ded-9b80-223d248c0065",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88df2a3a-27d7-4f54-bc32-1542efd53fcf",
    "vfModuleModelCustomizationUUID": "362b7d14-6494-49cc-a38a-e774164676d3",
    "isBase": true,
    "artifacts": [
      "e0fd2709-7399-4de2-9685-bc391bf26a84",
      "39a38bbd-b2c1-47a8-8218-262ce7922392"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T06:23:48.399Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw825e8353D06c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88df2a3a-27d7-4f54-bc32-1542efd53fcf
VfModuleModelInvariantUUID:1d3cf43c-5967-4ded-9b80-223d248c0065
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0fd2709-7399-4de2-9685-bc391bf26a84
,
39a38bbd-b2c1-47a8-8218-262ce7922392

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T06:23:48.402Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw825e8353D06c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1d3cf43c-5967-4ded-9b80-223d248c0065",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88df2a3a-27d7-4f54-bc32-1542efd53fcf",
    "vfModuleModelCustomizationUUID": "362b7d14-6494-49cc-a38a-e774164676d3",
    "isBase": true,
    "artifacts": [
      "e0fd2709-7399-4de2-9685-bc391bf26a84",
      "39a38bbd-b2c1-47a8-8218-262ce7922392"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T06:23:48.402Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw825e8353D06c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88df2a3a-27d7-4f54-bc32-1542efd53fcf
VfModuleModelInvariantUUID:1d3cf43c-5967-4ded-9b80-223d248c0065
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0fd2709-7399-4de2-9685-bc391bf26a84
,
39a38bbd-b2c1-47a8-8218-262ce7922392

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T06:23:48.402Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0fd2709-7399-4de2-9685-bc391bf26a84 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
2023-03-31T06:23:48.402Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:23:48.402Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
2023-03-31T06:23:48.515Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:23:48.515Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml e0fd2709-7399-4de2-9685-bc391bf26a84 20368
2023-03-31T06:23:48.516Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-31T06:23:48.516Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
2023-03-31T06:23:48.516Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:23:48.516Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:48.516Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:48.516Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243828516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:49.518Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 39a38bbd-b2c1-47a8-8218-262ce7922392 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
2023-03-31T06:23:49.519Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:23:49.519Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
2023-03-31T06:23:49.648Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:23:49.648Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env 39a38bbd-b2c1-47a8-8218-262ce7922392 2098
2023-03-31T06:23:49.648Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-31T06:23:49.648Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
2023-03-31T06:23:49.648Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:23:49.649Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:49.649Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:49.649Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243829648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:50.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T06:23:50.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 825e8353-d06c 0 c96dcc27-cf82-44d3-8f39-ad71612f1b06 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:23:50.687Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40185aa7, org.onap.sdc.toscaparser.api.parameters.Input@6e5f509a, org.onap.sdc.toscaparser.api.parameters.Input@14e6822b, org.onap.sdc.toscaparser.api.parameters.Input@7303d9cf, org.onap.sdc.toscaparser.api.parameters.Input@71cc786a]
2023-03-31T06:23:50.689Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-31T06:23:50.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 892be6fb-6f2e-442a-9ae0-dac32917acd8
2023-03-31T06:23:50.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 892be6fb-6f2e-442a-9ae0-dac32917acd8 matches Tosca VF Customization UUID: 892be6fb-6f2e-442a-9ae0-dac32917acd8
2023-03-31T06:23:50.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 892be6fb-6f2e-442a-9ae0-dac32917acd8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-31T06:23:50.695Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.695Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.696Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 892be6fb-6f2e-442a-9ae0-dac32917acd8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-31T06:23:50.696Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58d9ed13
2023-03-31T06:23:50.696Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.696Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:23:50.697Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 362b7d14-6494-49cc-a38a-e774164676d3
2023-03-31T06:23:50.697Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 362b7d14-6494-49cc-a38a-e774164676d3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-31T06:23:50.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:50.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:50.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:50.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:50.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:23:50.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:50.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:50.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T06:23:50.708Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.708Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:50.709Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:23:50.710Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.710Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:50.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:23:50.715Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T06:23:50.722Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.722Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:50.722Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:23:50.722Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.722Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:23:50.723Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=892be6fb-6f2e-442a-9ae0-dac32917acd8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:23:50.726Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8a5d02f8-9967-47e4-9304-52ad4fd10847: vFW 825e8353-d06c
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:23:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:23:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-31 06-10-29 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:23:51.294Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 825e8353-d06c c96dcc27-cf82-44d3-8f39-ad71612f1b06 1 ASDC deployResourceStructure
2023-03-31T06:23:51.295Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json ASDC sendASDCNotification
2023-03-31T06:23:51.295Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
2023-03-31T06:23:51.295Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:23:51.295Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:51.295Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:51.295Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243831294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:52.297Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-31T06:23:52.298Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
2023-03-31T06:23:52.298Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:23:52.298Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:52.298Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:52.298Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243832297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:53.300Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-31T06:23:53.301Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
2023-03-31T06:23:53.301Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:23:53.301Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:53.301Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:53.301Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243833300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:54.303Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:23:54.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:23:54.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:23:54.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:23:54.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:23:54.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243834303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:23:55.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:23:55.324Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:23:55.328Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:23:55.328Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:23:55.328Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:23:55.328Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:23:55.328Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:55.329Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:55.329Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:55.329Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:23:55.329Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:23:55.339Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:24:25.339Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:24:25.348Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T06:24:25.348Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T06:24:25.349Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T06:24:25.357Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:24:25.389Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:24:25.390Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T06:24:25.396Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:24:25.537Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T06:24:25.537Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:24:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[258192], x-aai-txid=[1-aai-resources-230331-06:24:25:868-87773], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:24:25.538Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:24:25.538Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:24:25.538Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:24:25.555Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:24:25.556Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:24:25.556Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:24:25.556Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:25.556Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:25.556Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243865556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:24:26.577Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T06:24:26.577Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T06:24:26.578Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T06:24:26.578Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T06:24:26.578Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:24:26.578Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:24:26.587Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-41c97af5-4198-47bd-99db-38d8e07298b5
2023-03-31T06:24:26.587Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T06:24:26.587Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T06:24:26.587Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:24:28.408Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:24:31.413Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:24:34.427Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:24:37.436Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:24:40.447Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:24:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:43.144Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:24:43.144Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:24:43.153Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-41c97af5-4198-47bd-99db-38d8e07298b5', protocol='range'}
2023-03-31T06:24:43.153Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:24:43.157Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-41c97af5-4198-47bd-99db-38d8e07298b5=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T06:24:43.173Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-41c97af5-4198-47bd-99db-38d8e07298b5', protocol='range'}
2023-03-31T06:24:43.173Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:24:43.173Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T06:24:43.173Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:24:43.173Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:24:43.173Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:24:43.177Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:24:43.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:24:43.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:24:43.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=362, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:24:43.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:24:43.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:24:43.191Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:24:43.191Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:24:43.192Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:24:43.192Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:24:43.192Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:24:43.192Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:24:43.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:24:43.202Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:24:43.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:24:43.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:43.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:43.205Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:44.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.206Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243824561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243822964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.207Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243815113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.207Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.207Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243820218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243820590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.207Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243822964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243815113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243820590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243820218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243827391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243822964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243815113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243820590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243820218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243828516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243822964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243815113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.209Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243820590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243820218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243829648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243822964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243815113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243820590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243820218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243831294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243822964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243815113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243820590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243820218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243832297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243822964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243815113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243820590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243820218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243833300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243833223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243834398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243834047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243834354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243834303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243835049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243834343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243836054,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:24:44.233Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78c45851-f71d-40f5-90a5-9f2bebe9ff89
2023-03-31T06:24:44.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:24:44.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.243Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243835443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.243Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243836828,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:24:44.247Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78c45851-f71d-40f5-90a5-9f2bebe9ff89
2023-03-31T06:24:44.248Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243837831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243839612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.255Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243840615,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:24:44.259Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78c45851-f71d-40f5-90a5-9f2bebe9ff89
2023-03-31T06:24:44.260Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243842582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243842582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243842582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243842582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243842582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243842582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243842582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243850369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243852503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.277Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243853510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:24:44.282Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78c45851-f71d-40f5-90a5-9f2bebe9ff89
2023-03-31T06:24:44.282Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:24:44.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.296Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.299Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.301Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243835402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243837055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680243838832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680243835113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243850218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243860999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680243861050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.303Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243860748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.304Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.304Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243861751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.304Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.304Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680243862752,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:24:44.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 640ace53-f591-4375-8668-36747121fd02
2023-03-31T06:24:44.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 640ace53-f591-4375-8668-36747121fd02 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:24:44.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.330Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243864548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.330Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680243865551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:24:44.336Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 640ace53-f591-4375-8668-36747121fd02
2023-03-31T06:24:44.336Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 640ace53-f591-4375-8668-36747121fd02 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:24:44.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.346Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243865556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:24:44.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243872581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:24:44.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243881371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243883188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:24:44.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:24:45.208Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:24:45.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:45.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:45.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:46.210Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:24:46.210Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:46.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:46.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:47.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:24:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:47.213Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:48.215Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:24:48.215Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:48.215Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:48.216Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:49.217Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:24:49.218Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:49.218Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:49.218Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:50.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:24:50.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:24:50.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T06:24:50.221Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:24:50.221Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:24:50.249Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:24:50.249Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:24:50.249Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:24:50.249Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:24:50.249Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:24:50.249Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:24:50.274Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:24:50.274Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b7e3502
2023-03-31T06:24:50.274Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:50.275Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243890275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:51.277Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:24:51.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:24:51.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:24:51.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T06:24:51.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T06:24:51.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:24:51.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:24:51.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:24:51.319Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:24:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@16268df1
2023-03-31T06:24:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:24:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:24:51.320Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:24:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T06:24:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T06:24:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:24:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:24:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:24:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243891321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:24:52.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:24:52.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:24:52.342Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:24:52.346Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:24:52.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:25:22.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:25:22.366Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:25:22.372Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:25:22.372Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:25:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:25:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:25:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:25:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:25:52.372Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:25:52.382Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:25:52.384Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:25:52.384Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:26:22.384Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:26:22.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:26:22.403Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:26:22.404Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:26:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:26:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680243884191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:26:43.146Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 640ace53-f591-4375-8668-36747121fd02
2023-03-31T06:26:43.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 640ace53-f591-4375-8668-36747121fd02 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:26:43.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.163Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:26:43.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:26:43.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.163Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:26:43.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243890275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243891321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:26:43.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:26:52.404Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:26:52.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:26:52.419Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:26:52.420Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:27:22.420Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:27:22.434Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:27:22.437Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:27:22.437Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:27:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:27:52.437Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:27:52.454Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:27:52.456Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:27:52.456Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:28:22.457Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:28:22.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:28:22.480Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:28:22.480Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:28:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:28:52.480Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:28:52.497Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:28:52.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:28:52.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:29:22.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:29:22.525Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:29:22.534Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:29:22.534Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:29:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:43.196Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:29:43.196Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-41c97af5-4198-47bd-99db-38d8e07298b5 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:29:43.196Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:29:43.196Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:29:43.748Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:29:43.761Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:29:43.761Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:29:43.767Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:29:43.768Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:29:43.781Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:29:43.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:29:43.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:29:43.787Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:29:43.787Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:29:43.787Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:29:43.788Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=495, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:29:43.788Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:29:43.788Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:29:52.534Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:29:52.534Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:29:52.543Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:29:52.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:29:52.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:29:52.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:29:52.564Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:29:52.565Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:29:52.571Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:29:52.730Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:29:52.730Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:29:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[237712], x-aai-txid=[2-aai-resources-230331-06:29:53:046-61931], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:29:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:29:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:29:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:29:52.743Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:29:52.743Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:29:52.744Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:29:52.744Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:52.744Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:52.745Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244192744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:29:52.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244192744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:29:52.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:29:53.762Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:29:53.763Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:29:53.763Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:29:53.763Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:53.763Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:53.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:54.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:29:54.765Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:54.765Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:54.765Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:55.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:29:55.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:55.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:55.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:56.767Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:29:56.767Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:56.768Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:56.768Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:57.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:29:57.770Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:57.770Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:57.770Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:58.771Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:29:58.772Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:58.772Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:58.772Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:29:59.773Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:29:59.773Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:29:59.773Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:29:59.773Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:00.774Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:30:00.774Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:30:00.774Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:30:00.775Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:30:00.775Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:30:00.809Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:30:00.809Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:30:00.809Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:30:00.809Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:30:00.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:30:00.810Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:30:01.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:30:01.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:30:01.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:30:01.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:30:01.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:30:01.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:01.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:01.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244201144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:02.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:30:02.146Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:30:02.147Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:30:02.147Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:30:02.148Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:30:02.148Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:30:02.359Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2852565702880270291/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T06:30:03.797Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.798Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:30:03.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:30:03.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:03.802Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:03.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:30:03.843Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:30:03.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:30:03.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:30:03.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:30:03.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:03.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:03.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244203844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:04.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:30:04.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:30:04.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:30:04.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:04.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:04.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244204845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:05.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:30:05.862Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:30:05.865Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:30:05.865Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:30:05.865Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:30:05.865Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:30:05.865Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:05.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:05.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:05.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:05.866Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:30:05.872Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:30:35.873Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:30:35.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:30:35.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:30:35.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:30:35.889Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:30:35.912Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:30:35.913Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:30:35.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:30:36.075Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:30:36.075Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:30:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[143360], x-aai-txid=[0-aai-resources-230331-06:30:36:394-73430], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:30:36.075Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:30:36.076Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:30:36.076Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:30:36.089Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:30:36.090Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:30:36.090Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:30:36.090Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:36.090Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:36.091Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244236090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:30:37.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:30:37.115Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:30:37.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:30:37.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:37.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:37.116Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:38.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:30:38.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:38.117Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:38.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:39.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:30:39.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:39.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:39.119Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:40.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:30:40.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:40.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:40.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:41.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:30:41.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:41.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:41.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:42.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:30:42.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:42.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:42.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:43.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:30:43.125Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:43.125Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:43.125Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:30:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244201144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244203844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244204845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244236090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:30:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:30:44.125Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:30:44.126Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:30:44.126Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T06:30:44.126Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:30:44.126Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:30:44.163Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:30:44.163Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:30:44.163Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:30:44.163Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:30:44.163Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:30:44.163Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:30:44.485Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:30:44.488Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T06:30:44.488Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:30:44.488Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:30:44.488Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:30:44.489Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:44.489Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:44.489Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244244488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:45.491Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:30:45.491Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:30:45.492Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:30:45.492Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T06:30:45.493Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:30:45.493Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:30:45.609Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17627712495962466267/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T06:30:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:30:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:30:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.090Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:30:47.091Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:30:47.132Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T06:30:47.133Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:30:47.133Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T06:30:47.133Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:30:47.133Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:47.133Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:47.133Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244247133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:48.134Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:30:48.134Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T06:30:48.134Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:30:48.134Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:30:48.134Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:30:48.134Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244248134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:30:49.135Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:30:49.153Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:30:49.156Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:30:49.156Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:30:49.156Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:30:49.156Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:30:49.156Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:49.156Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:49.157Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:49.157Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:30:49.157Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:30:49.166Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:31:19.167Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:31:19.174Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T06:31:19.174Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T06:31:19.175Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T06:31:19.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:31:19.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T06:31:19.211Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cc8d6fb-e088-4e5d-8e68-8f6a0aff248d], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T06:31:19.219Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:31:19.384Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:31:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[258192], x-aai-txid=[0-aai-resources-230331-06:31:19:692-79176], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:31:19.384Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:31:19.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T06:31:19.386Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:31:19.386Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:31:19.396Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:31:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:31:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:31:19.398Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:19.398Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:19.398Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244279397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:31:20.418Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:31:20.418Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:31:20.419Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:31:20.419Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:20.419Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:20.419Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:21.420Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:31:21.421Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:21.421Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:21.421Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:22.423Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:31:22.423Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:31:22.423Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T06:31:22.423Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T06:31:22.423Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:31:22.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:31:22.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:31:22.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:31:22.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:31:22.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:31:22.464Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:31:22.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:31:22.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T06:31:22.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:31:22.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:31:22.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:31:22.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:22.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:22.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244282764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:23.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:31:23.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:31:23.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:23.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T06:31:23.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:23.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:23.830Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2025086893668210686/Definitions/service-BasicNetwork-template.yml
2023-03-31T06:31:24.175Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.176Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.177Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.178Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:31:24.201Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b
2023-03-31T06:31:24.201Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||No resources found for Service: 56e6e742-9368-4859-98aa-d195206a51c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:31:24.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||
2023-03-31T06:31:24.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-31T06:31:24.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T06:31:24.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T06:31:24.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-31T06:31:24.211Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:31:24.223Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b974a5c, org.onap.sdc.toscaparser.api.parameters.Input@ba31219, org.onap.sdc.toscaparser.api.parameters.Input@5e3b4ccc, org.onap.sdc.toscaparser.api.parameters.Input@48b998b7, org.onap.sdc.toscaparser.api.parameters.Input@192dfe56]
2023-03-31T06:31:24.224Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 56e6e742-9368-4859-98aa-d195206a51c7: Generic NeutronNet
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.225Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-31T06:31:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:31:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:31:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-31T06:31:24.389Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-31T06:31:24.389Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:31:24.389Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:31:24.390Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:31:24.390Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:24.390Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:24.390Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244284389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:25.390Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:31:25.408Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:31:25.411Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:31:25.418Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:31:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:31:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:31:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:31:55.419Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:31:55.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T06:31:55.430Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T06:31:55.430Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T06:31:55.436Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:31:55.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T06:31:55.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47b6f239-5a52-4946-8141-c4b4e425140f], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T06:31:55.484Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:31:55.646Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:31:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[163840], x-aai-txid=[2-aai-resources-230331-06:31:55:956-97662], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:31:55.647Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:31:55.648Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T06:31:55.648Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:31:55.648Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:31:55.660Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:31:55.660Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:31:55.660Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:31:55.660Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:55.661Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:55.661Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244315660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:31:56.683Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:31:56.683Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:31:56.684Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:31:56.684Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:56.684Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:56.684Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:57.685Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:31:57.686Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:57.686Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:57.686Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:58.686Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:31:58.687Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:58.687Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:58.687Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:31:59.688Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:31:59.688Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:31:59.688Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:31:59.689Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:00.689Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:00.690Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:00.690Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:00.690Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:01.691Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:01.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:01.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:01.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:02.693Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:02.694Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:02.694Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:02.694Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:03.695Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:32:03.696Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:32:03.696Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T06:32:03.697Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:32:03.697Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:32:03.753Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:32:03.754Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:32:03.754Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:32:03.754Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:32:03.754Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:32:03.754Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:32:04.065Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:32:04.067Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T06:32:04.067Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:32:04.067Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:32:04.067Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:32:04.067Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:04.067Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:04.067Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244324067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:05.068Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:32:05.069Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:32:05.069Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.069Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T06:32:05.070Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.070Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3760703888169418660/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T06:32:05.971Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:32:05.972Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.973Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.974Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:05.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:32:06.027Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: aeffda3e-939b-4eaa-add6-2e731681800e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:32:06.039Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-03-31T06:32:06.039Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aeffda3e-939b-4eaa-add6-2e731681800e
2023-03-31T06:32:06.039Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 790626ef-0644-4596-a189-e01b017289de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-31T06:32:06.039Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:32:06.039Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-31T06:32:06.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:32:06.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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 790626ef-0644-4596-a189-e01b017289de 787
2023-03-31T06:32:06.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-31T06:32:06.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-31T06:32:06.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:32:06.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:06.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:06.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244326139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:07.142Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5958b434-313b-4eea-85e6-ef29886cec9a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab",
    "vfModuleModelCustomizationUUID": "cbeb7af7-fa81-4442-83fd-123a5796bfd8",
    "isBase": true,
    "artifacts": [
      "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
      "402ffbd2-2b6f-439c-9c5f-d6ee6553366f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T06:32:07.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
VfModuleModelInvariantUUID:5958b434-313b-4eea-85e6-ef29886cec9a
VfModuleModelDescription:NULL
Artifacts UUID List:{
28032dd1-10ce-4d80-a0f2-50d4ef2304d7
,
402ffbd2-2b6f-439c-9c5f-d6ee6553366f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T06:32:07.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5958b434-313b-4eea-85e6-ef29886cec9a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab",
    "vfModuleModelCustomizationUUID": "cbeb7af7-fa81-4442-83fd-123a5796bfd8",
    "isBase": true,
    "artifacts": [
      "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
      "402ffbd2-2b6f-439c-9c5f-d6ee6553366f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T06:32:07.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
VfModuleModelInvariantUUID:5958b434-313b-4eea-85e6-ef29886cec9a
VfModuleModelDescription:NULL
Artifacts UUID List:{
28032dd1-10ce-4d80-a0f2-50d4ef2304d7
,
402ffbd2-2b6f-439c-9c5f-d6ee6553366f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T06:32:07.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 28032dd1-10ce-4d80-a0f2-50d4ef2304d7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-31T06:32:07.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:32:07.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-31T06:32:07.249Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:32:07.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 28032dd1-10ce-4d80-a0f2-50d4ef2304d7 5033
2023-03-31T06:32:07.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-31T06:32:07.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-31T06:32:07.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:32:07.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:07.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:07.251Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244327250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:08.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 402ffbd2-2b6f-439c-9c5f-d6ee6553366f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-31T06:32:08.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:32:08.253Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-31T06:32:08.377Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:32:08.378Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 402ffbd2-2b6f-439c-9c5f-d6ee6553366f 903
2023-03-31T06:32:08.378Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-31T06:32:08.378Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-31T06:32:08.378Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:32:08.378Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:08.379Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:08.379Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244328378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:09.380Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T06:32:09.380Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 aeffda3e-939b-4eaa-add6-2e731681800e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:32:09.410Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c3b5539, org.onap.sdc.toscaparser.api.parameters.Input@2756ba4d, org.onap.sdc.toscaparser.api.parameters.Input@4ddb6156, org.onap.sdc.toscaparser.api.parameters.Input@2845c343, org.onap.sdc.toscaparser.api.parameters.Input@1ee1c9ef]
2023-03-31T06:32:09.411Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.411Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.411Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-31T06:32:09.412Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c917db4e-461a-44d0-84ab-2f369cc5f355
2023-03-31T06:32:09.412Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c917db4e-461a-44d0-84ab-2f369cc5f355 matches Tosca VF Customization UUID: c917db4e-461a-44d0-84ab-2f369cc5f355
2023-03-31T06:32:09.412Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c917db4e-461a-44d0-84ab-2f369cc5f355  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-31T06:32:09.420Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.421Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.421Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c917db4e-461a-44d0-84ab-2f369cc5f355: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-31T06:32:09.421Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c690a7b
2023-03-31T06:32:09.421Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.422Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:32:09.422Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cbeb7af7-fa81-4442-83fd-123a5796bfd8
2023-03-31T06:32:09.422Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cbeb7af7-fa81-4442-83fd-123a5796bfd8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-31T06:32:09.426Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.426Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:09.426Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:32:09.426Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.426Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:09.426Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:32:09.426Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.427Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T06:32:09.427Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T06:32:09.427Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T06:32:09.427Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T06:32:09.431Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.431Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:09.431Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:32:09.431Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.431Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:32:09.431Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c917db4e-461a-44d0-84ab-2f369cc5f355
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:32:09.435Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.435Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.435Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0: basic_vm
2023-03-31T06:32:09.435Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.435Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:09.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:32:09.678Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm aeffda3e-939b-4eaa-add6-2e731681800e 1 ASDC deployResourceStructure
2023-03-31T06:32:09.678Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-31T06:32:09.678Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-31T06:32:09.678Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:32:09.679Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:09.679Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:09.679Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244329678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:10.680Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-31T06:32:10.680Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-31T06:32:10.680Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:32:10.680Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:10.680Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:10.680Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244330680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:11.681Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-31T06:32:11.682Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-31T06:32:11.682Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:32:11.682Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:11.682Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:11.682Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244331681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:12.683Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:32:12.684Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:32:12.684Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:32:12.684Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:12.684Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:12.684Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244332683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:13.685Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:32:13.704Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:13.712Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:13.713Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:32:13.720Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:32:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244244488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244247133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244248134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244279397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:32:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244282764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:32:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:32:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244284389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:32:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:32:43.720Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:32:43.726Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T06:32:43.726Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T06:32:43.727Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T06:32:43.734Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:32:43.756Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:32:43.756Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T06:32:43.763Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:32:43.905Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T06:32:43.905Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:32:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[237760], x-aai-txid=[0-aai-resources-230331-06:32:44:234-95859], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:32:43.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:32:43.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:32:43.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:32:43.918Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:32:43.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:32:43.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:32:43.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:43.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:43.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244363919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:32:44.944Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:32:44.944Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:32:44.945Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:44.945Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:44.946Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:44.946Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:45.948Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:45.948Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:45.948Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:45.949Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:46.951Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:46.951Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:46.951Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:46.952Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:47.954Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:47.954Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:47.954Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:47.954Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:48.955Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:48.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:48.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:48.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:49.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:49.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:49.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:49.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:50.960Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:50.960Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:50.960Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:50.960Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:51.962Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:32:51.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:51.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:51.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:52.966Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:32:52.966Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:32:52.966Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T06:32:52.966Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T06:32:52.967Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:32:53.007Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:32:53.008Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:32:53.008Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:32:53.008Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:53.008Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:32:53.008Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:53.272Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:32:53.277Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T06:32:53.277Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:32:53.278Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:53.278Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:32:53.278Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:53.278Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:53.278Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244373277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:54.280Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:32:54.281Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:32:54.281Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.282Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.282Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.282Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13435959556832807210/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T06:32:54.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:32:54.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:32:54.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T06:32:54.983Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.983Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:32:54.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:54.985Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:54.986Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:54.986Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:54.986Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:54.986Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:54.986Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:32:55.004Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:32:55.013Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||pNF d1f6300c-d14b 0
2023-03-31T06:32:55.013Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3
2023-03-31T06:32:55.013Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||No resources found for Service: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T06:32:55.013Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T06:32:55.013Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d1f6300c-d14b 0 e45a5ef4-7a79-4da7-ab90-f416902044c3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:32:55.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64f2d7b4, org.onap.sdc.toscaparser.api.parameters.Input@73530be8, org.onap.sdc.toscaparser.api.parameters.Input@52fd4f35, org.onap.sdc.toscaparser.api.parameters.Input@4d4c9801, org.onap.sdc.toscaparser.api.parameters.Input@3f71b96b]
2023-03-31T06:32:55.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:55.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:55.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fd9c9c8d-5866-4420-84d1-f8efabc0da0e: pNF d1f6300c-d14b
2023-03-31T06:32:55.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Processing PNF resource: e45a5ef4-7a79-4da7-ab90-f416902044c3
2023-03-31T06:32:55.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:32:55.027Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:32:55.027Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Resource customization UUID: 7fcd365b-d2c5-43b3-b1c9-b265077cf0c8 is the same as notified resource customizationUUID: 7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-31T06:32:55.164Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d1f6300c-d14b e45a5ef4-7a79-4da7-ab90-f416902044c3 0 ASDC deployResourceStructure
2023-03-31T06:32:55.164Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:32:55.164Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:32:55.165Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:32:55.165Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:32:55.165Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:32:55.165Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244375164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:32:56.165Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:32:56.184Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:56.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:32:56.188Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:32:56.194Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:33:26.195Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:33:26.203Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T06:33:26.204Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T06:33:26.204Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T06:33:26.219Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:33:26.247Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T06:33:26.251Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4cbd4d3e-fec7-4a30-b89f-039e1a922b25], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T06:33:26.258Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:33:26.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:33:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[245952], x-aai-txid=[1-aai-resources-230331-06:33:26:729-29305], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:33:26.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:33:26.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T06:33:26.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:33:26.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:33:26.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:33:26.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:33:26.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:33:26.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:26.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:26.411Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244406410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:33:27.428Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T06:33:27.428Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T06:33:27.430Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T06:33:27.430Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T06:33:27.430Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:33:27.430Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:33:27.433Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T06:33:27.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-b471562d-9154-4c07-bd71-25428f931d68
2023-03-31T06:33:27.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T06:33:27.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:33:29.745Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:33:32.754Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:33:35.775Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:33:38.786Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:33:41.795Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:33:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:43.141Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:33:43.142Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:33:43.146Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:33:43.148Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-b471562d-9154-4c07-bd71-25428f931d68', protocol='range'}
2023-03-31T06:33:43.152Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-b471562d-9154-4c07-bd71-25428f931d68=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T06:33:43.166Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-b471562d-9154-4c07-bd71-25428f931d68', protocol='range'}
2023-03-31T06:33:43.166Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T06:33:43.167Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:33:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:33:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:33:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:33:43.171Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:33:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:33:43.171Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:33:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:33:43.171Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:33:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:33:43.171Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:33:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=522, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:33:43.171Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:33:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:33:43.171Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:33:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:33:43.181Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.182Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:33:43.182Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:33:43.182Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:43.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244315660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:33:43.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244324067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244326139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244327250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244328378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:33:43.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244329678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244330680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244331681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-31T06:33:43.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244332683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244363919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.688Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680243866577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244373277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244375164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244406410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:33:43.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:43.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:33:43.692Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:33:43.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:33:44.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:33:44.184Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:44.184Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:44.184Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:45.185Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:33:45.185Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:45.185Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:45.185Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:46.186Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:33:46.186Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:46.186Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:46.186Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:47.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:33:47.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:47.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:47.187Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:48.188Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:33:48.189Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:48.189Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:48.189Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:49.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:33:49.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:49.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:49.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:50.192Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:33:50.192Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:33:50.192Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T06:33:50.192Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:33:50.193Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:33:50.232Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:33:50.233Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:33:50.233Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:33:50.233Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:33:50.233Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:33:50.233Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:33:50.264Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:33:50.264Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61d28bc1
2023-03-31T06:33:50.264Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:50.265Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244430265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:51.266Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:33:51.295Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:33:51.295Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:33:51.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T06:33:51.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T06:33:51.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:33:51.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:33:51.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:33:51.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:33:51.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4b884819
2023-03-31T06:33:51.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:33:51.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:33:51.317Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:33:51.317Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T06:33:51.317Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T06:33:51.317Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:33:51.317Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:33:51.317Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:33:51.317Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244431317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:33:52.318Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:33:52.318Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:33:52.337Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:33:52.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:33:52.340Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:34:22.341Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:34:22.357Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:34:22.360Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:34:22.360Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:34:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:34:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244430265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244431317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:34:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:34:52.361Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:34:52.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:34:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:35:22.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:35:22.400Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:35:22.402Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:35:22.403Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:35:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:35:52.403Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:35:52.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:35:52.414Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:35:52.414Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:36:22.414Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:36:22.440Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:36:22.445Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:36:22.445Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:36:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:36:52.445Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:36:52.466Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:36:52.469Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:36:52.469Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:37:22.469Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:37:22.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:37:22.489Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:37:22.489Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:37:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:37:52.490Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:37:52.514Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:37:52.518Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:37:52.518Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:38:22.519Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:38:22.540Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:38:22.543Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:38:22.543Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:38:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:43.273Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:38:43.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-b471562d-9154-4c07-bd71-25428f931d68 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:38:43.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:38:43.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:38:43.570Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:38:43.589Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:38:43.589Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:38:43.595Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:38:43.595Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:38:43.614Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:38:43.614Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:38:43.615Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:38:43.621Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:38:43.621Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:38:43.621Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:38:43.621Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=559, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:38:43.621Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:38:43.621Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:38:52.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:38:52.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:38:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:38:52.553Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:38:52.553Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:38:52.557Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:38:52.572Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:38:52.573Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:38:52.580Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:38:52.721Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:38:52.722Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:38:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-06:38:53:052-90731], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:38:52.723Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:38:52.723Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:38:52.724Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:38:52.729Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:38:52.730Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:38:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:38:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:52.732Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:52.732Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244732731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:38:52.748Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244732731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:38:52.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:38:53.751Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:38:53.751Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:38:53.752Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:38:53.752Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:53.752Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:53.752Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:54.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:38:54.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:54.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:54.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:55.755Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:38:55.755Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:55.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:55.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:56.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:38:56.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:56.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:56.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:57.761Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:38:57.762Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:57.762Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:57.762Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:58.763Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:38:58.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:58.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:58.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:38:59.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:38:59.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:38:59.766Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:38:59.767Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:00.768Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:39:00.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:39:00.769Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:39:00.770Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:39:00.770Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:39:00.799Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:39:00.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:39:00.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:39:00.800Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:39:00.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:39:00.801Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:39:01.098Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:39:01.102Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:39:01.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:39:01.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:39:01.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:39:01.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:01.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:01.103Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244741103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:02.104Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:39:02.105Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:39:02.105Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:39:02.106Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:39:02.106Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:39:02.107Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:39:02.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6946702240818800462/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T06:39:03.698Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:39:03.699Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:39:03.700Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.701Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.702Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:03.703Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:03.704Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:03.705Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:03.706Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:03.706Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:39:03.729Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:39:03.730Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:39:03.730Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:39:03.730Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:39:03.730Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:03.730Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:03.730Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244743729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:04.731Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:39:04.732Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:39:04.732Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:39:04.732Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:04.733Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:04.733Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244744731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:05.734Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:39:05.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:05.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:39:05.756Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:39:35.757Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:39:35.771Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:39:35.771Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:39:35.771Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:39:35.776Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:39:35.796Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:39:35.796Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:39:35.803Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:39:35.942Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:39:35.943Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:39:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[143360], x-aai-txid=[2-aai-resources-230331-06:39:36:275-86793], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:39:35.943Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:39:35.944Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:39:35.944Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:39:35.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:39:35.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:39:35.951Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:39:35.952Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:35.952Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:35.952Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244775951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:39:36.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:39:36.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:39:36.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:39:36.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:36.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:36.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:37.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:39:37.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:37.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:37.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:38.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:39:38.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:38.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:38.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:39.992Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:39:39.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:39.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:39.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:40.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:39:40.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:40.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:40.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:41.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:39:41.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:41.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:41.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:42.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:39:43.000Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:43.000Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:43.000Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:39:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244741103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244743729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:39:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244744731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244775951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:39:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:39:44.001Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:39:44.002Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:39:44.002Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T06:39:44.002Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:39:44.002Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:39:44.060Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:39:44.060Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:39:44.061Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:39:44.061Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:39:44.061Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:39:44.061Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:39:44.404Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:39:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T06:39:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:39:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:39:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:39:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244784407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:45.409Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:39:45.409Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:39:45.410Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:39:45.410Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T06:39:45.410Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:39:45.411Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:39:45.532Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7525852173507308540/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T06:39:46.944Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:39:46.944Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:39:46.944Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.944Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:39:46.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:39:46.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:39:46.947Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.948Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:39:46.949Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:39:46.950Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:39:46.951Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:39:47.010Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T06:39:47.010Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:39:47.010Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T06:39:47.010Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:39:47.010Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:47.010Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:47.010Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244787010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:48.012Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:39:48.012Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T06:39:48.013Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:39:48.013Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:39:48.013Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:39:48.013Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244788012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:39:49.015Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:39:49.045Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:39:49.049Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:39:49.049Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:39:49.049Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:39:49.049Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:39:49.049Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:49.050Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:49.050Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:49.050Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:39:49.050Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:39:49.063Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:40:19.063Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:40:19.072Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T06:40:19.072Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T06:40:19.073Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T06:40:19.076Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:40:19.104Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:40:19.105Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T06:40:19.112Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:40:19.251Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T06:40:19.252Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:40:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[258192], x-aai-txid=[1-aai-resources-230331-06:40:19:584-99310], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:40:19.252Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:40:19.252Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:40:19.252Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:40:19.260Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:40:19.260Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:40:19.260Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:40:19.260Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:19.261Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:19.261Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244819260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:40:20.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:40:20.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:40:20.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:40:20.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:20.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:20.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:21.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:40:21.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:21.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:21.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:22.291Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:40:22.291Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:40:22.292Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T06:40:22.292Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T06:40:22.292Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:40:22.337Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:40:22.338Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:40:22.338Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:40:22.338Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:40:22.338Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:40:22.338Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:40:22.745Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:40:22.747Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T06:40:22.747Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:40:22.747Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:40:22.747Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:40:22.748Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:22.748Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:22.748Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244822747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:23.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:40:23.751Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:40:23.751Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:23.751Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T06:40:23.752Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:23.752Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:23.825Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18140199134289114731/Definitions/service-BasicNetwork-template.yml
2023-03-31T06:40:24.149Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:40:24.150Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:40:24.151Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:40:24.151Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:40:24.155Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:40:24.181Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T06:40:24.181Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:40:24.181Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T06:40:24.181Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:40:24.181Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:24.181Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:24.181Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244824181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:25.183Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:40:25.183Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T06:40:25.183Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:40:25.183Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:25.184Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:25.184Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244825183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:26.186Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:40:26.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:40:26.214Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:40:26.215Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:40:26.215Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:40:26.215Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:40:26.215Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:40:26.215Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:40:26.216Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:40:26.216Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:40:26.216Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:40:26.228Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:40:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244784407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244787010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244788012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244819260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244822747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244824181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244825183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T06:40:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:40:56.228Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:40:56.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T06:40:56.239Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T06:40:56.239Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T06:40:56.246Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:40:56.295Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T06:40:56.296Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdfd731c-1120-4c90-b043-879dcb3ccaeb], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T06:40:56.301Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:40:56.431Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:40:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[163840], x-aai-txid=[1-aai-resources-230331-06:40:56:770-21784], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:40:56.431Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:40:56.432Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T06:40:56.432Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:40:56.432Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:40:56.437Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:40:56.438Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:40:56.438Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:40:56.438Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:56.438Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:56.438Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244856438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:40:57.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:40:57.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:40:57.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:40:57.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:57.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:57.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:58.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:40:58.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:58.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:58.464Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:40:59.465Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:40:59.466Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:40:59.466Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:40:59.466Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:00.468Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:00.468Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:00.468Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:00.468Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:01.477Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:01.477Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:01.477Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:01.477Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:02.479Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:02.480Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:02.480Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:02.480Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:03.481Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:03.482Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:03.482Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:03.482Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:04.486Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:41:04.487Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:41:04.487Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T06:41:04.488Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:41:04.488Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:41:04.537Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:41:04.537Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:41:04.537Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:41:04.538Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:41:04.538Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:41:04.538Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:41:04.744Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:41:04.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T06:41:04.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:41:04.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:41:04.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:41:04.748Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:04.749Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:04.749Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244864747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:05.751Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:41:05.752Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:41:05.753Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:05.753Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T06:41:05.754Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:05.754Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:05.855Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14617095503665087570/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T06:41:06.775Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.776Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T06:41:06.777Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:06.778Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.779Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:06.779Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:06.779Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:06.779Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:41:06.864Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T06:41:06.864Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:41:06.864Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T06:41:06.865Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:41:06.865Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:06.865Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:06.866Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244866864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:07.867Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:41:07.868Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T06:41:07.868Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:41:07.868Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:07.868Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:07.868Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244867867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:08.869Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:41:08.894Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:41:08.899Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:41:08.899Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:41:08.899Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:41:08.899Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:41:08.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:08.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:08.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:08.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:08.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:41:08.914Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:41:38.915Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:41:38.926Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T06:41:38.926Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T06:41:38.927Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T06:41:38.931Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:41:38.947Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T06:41:38.947Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89ee44c1-c087-41df-8249-96f6909603a2], X-ECOMP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-TransactionId=[], X-ONAP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], Content-Type=[application/merge-patch+json]}
2023-03-31T06:41:38.953Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:41:39.101Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:41:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[237760], x-aai-txid=[0-aai-resources-230331-06:41:39:424-44402], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:41:39.102Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:41:39.102Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T06:41:39.102Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:41:39.102Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:41:39.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:41:39.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:41:39.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:41:39.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:39.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:39.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244899109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:41:40.133Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:41:40.133Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:41:40.134Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:40.135Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:40.135Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:40.135Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:41.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:41.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:41.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:41.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:42.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:42.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:42.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:42.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244856438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244864747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244866864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244867867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.141Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.142Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:43.142Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.142Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680244879959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244870218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244882066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244883778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680244879729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680244897312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:41:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244896959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:41:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244897260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:41:43.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244897963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680244898964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:41:43.183Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 960b0de7-2055-4636-bd04-11e140c23ff9
2023-03-31T06:41:43.183Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 960b0de7-2055-4636-bd04-11e140c23ff9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:41:43.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.204Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244899109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:41:43.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.204Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244900840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244892581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680244901842,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:41:43.219Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 960b0de7-2055-4636-bd04-11e140c23ff9
2023-03-31T06:41:43.219Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 960b0de7-2055-4636-bd04-11e140c23ff9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:41:43.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.242Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.243Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244901377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:41:43.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:43.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:41:43.243Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:41:43.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:41:44.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:44.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:44.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:44.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:45.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:45.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:45.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:45.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:46.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:46.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:46.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:46.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:47.160Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:41:47.160Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:47.161Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:47.161Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:48.162Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:41:48.163Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:41:48.163Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T06:41:48.163Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T06:41:48.163Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:41:48.211Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:41:48.211Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:41:48.212Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:41:48.212Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:48.212Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:41:48.212Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:48.474Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:41:48.476Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T06:41:48.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:41:48.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:48.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:41:48.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:48.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:48.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244908476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:49.478Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:41:49.479Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:41:49.479Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:49.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:49.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:49.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:49.573Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6769083732466172043/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T06:41:50.094Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:41:50.094Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:50.095Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:41:50.096Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:41:50.097Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:41:50.128Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T06:41:50.129Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:41:50.129Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T06:41:50.129Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:41:50.129Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:50.129Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:50.129Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244910129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:51.130Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:41:51.131Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T06:41:51.131Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:41:51.131Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:41:51.131Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:41:51.131Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244911130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:41:52.133Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:41:52.152Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:41:52.156Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:41:52.172Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:42:22.173Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:42:22.186Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T06:42:22.186Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T06:42:22.186Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T06:42:22.193Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:42:22.215Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:42:22.216Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T06:42:22.224Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:42:22.458Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T06:42:22.459Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:42:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[228], vertex-id=[245952], x-aai-txid=[0-aai-resources-230331-06:42:22:698-91359], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:42:22.459Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:42:22.459Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:42:22.459Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:42:22.468Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:42:22.468Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:42:22.468Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:42:22.468Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:22.469Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:22.469Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244942468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:42:23.494Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T06:42:23.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T06:42:23.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T06:42:23.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T06:42:23.496Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:42:23.496Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:42:23.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4218fb91-0f95-4934-b58d-fd8925e38ad0
2023-03-31T06:42:23.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T06:42:23.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T06:42:23.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:42:26.435Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:42:29.443Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:42:32.458Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:42:35.482Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:42:38.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:42:41.499Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:42:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:43.144Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:42:43.144Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:42:43.150Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4218fb91-0f95-4934-b58d-fd8925e38ad0', protocol='range'}
2023-03-31T06:42:43.159Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:42:43.163Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4218fb91-0f95-4934-b58d-fd8925e38ad0=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:42:43.178Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4218fb91-0f95-4934-b58d-fd8925e38ad0', protocol='range'}
2023-03-31T06:42:43.178Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T06:42:43.179Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:42:43.179Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:42:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:42:43.181Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:42:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:42:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:42:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:42:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:42:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:42:43.183Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:42:43.185Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:42:43.185Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:42:43.185Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:42:43.185Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=658, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:42:43.185Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:42:43.185Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:42:43.192Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:42:43.193Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:42:43.194Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:42:43.194Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:43.194Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:43.194Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:44.196Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:42:44.196Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:44.196Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:44.196Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244903144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680244904148,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:42:44.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 960b0de7-2055-4636-bd04-11e140c23ff9
2023-03-31T06:42:44.218Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 960b0de7-2055-4636-bd04-11e140c23ff9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:42:44.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.237Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244407428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244908476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244910129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244911130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244942468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:42:44.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:42:45.198Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:42:45.198Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:45.198Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:45.198Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:46.200Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:42:46.200Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:46.200Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:46.200Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:47.201Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:42:47.202Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:47.202Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:47.202Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:48.203Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:42:48.203Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:48.203Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:48.204Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:49.205Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:42:49.205Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:49.205Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:49.206Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:50.207Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:42:50.207Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:42:50.207Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T06:42:50.208Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:42:50.208Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:42:50.254Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:42:50.255Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:42:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:42:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:42:50.264Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:42:50.271Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:42:50.304Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:42:50.304Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1048825e
2023-03-31T06:42:50.304Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:42:50.304Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:42:50.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:42:50.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T06:42:50.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T06:42:50.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:42:50.305Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:50.306Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:50.306Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244970305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:51.308Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:42:51.318Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:42:51.318Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:42:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T06:42:51.321Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T06:42:51.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:42:51.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:42:51.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:42:51.368Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:42:51.368Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@16639710
2023-03-31T06:42:51.368Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:42:51.368Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:42:51.368Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:42:51.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T06:42:51.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T06:42:51.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:42:51.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:42:51.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:42:51.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244971369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:42:52.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:42:52.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:42:52.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:42:52.409Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:42:52.410Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:43:22.411Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:43:22.438Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:43:22.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:43:22.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:43:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:43:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:43:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:43:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:43:52.444Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:43:52.465Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:43:52.468Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:43:52.468Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:44:22.468Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:44:22.489Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:44:22.494Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:44:22.495Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:44:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:44:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244970305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244971369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:44:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:44:52.495Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:44:52.522Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:44:52.527Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:44:52.527Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:45:22.527Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:45:22.549Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:45:22.553Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:45:22.553Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:45:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:45:52.553Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:45:52.577Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:45:52.581Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:45:52.581Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:46:22.581Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:46:22.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:46:22.611Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:46:22.611Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:46:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:46:52.612Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:46:52.648Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:46:52.655Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:46:52.656Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:47:22.656Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:47:22.684Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:47:22.689Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:47:22.689Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:47:43.130Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:43.257Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:47:43.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4218fb91-0f95-4934-b58d-fd8925e38ad0 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:47:43.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:47:43.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:47:43.722Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:47:43.735Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:47:43.735Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:47:43.741Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:47:43.742Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:47:43.755Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:47:43.755Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:47:43.755Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:47:43.759Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:47:43.759Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:47:43.759Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:47:43.759Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=678, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:47:43.759Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:47:43.759Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:47:52.690Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:47:52.690Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:47:52.701Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:47:52.701Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:47:52.702Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:47:52.705Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:47:52.719Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:47:52.719Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e47116c3-6435-4133-8037-c4e034cbecd7], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T06:47:52.725Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:47:52.882Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:47:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[237712], x-aai-txid=[0-aai-resources-230331-06:47:53:198-47985], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:47:52.883Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:47:52.884Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:47:52.884Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:47:52.884Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:47:52.891Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:47:52.892Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:47:52.892Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:47:52.892Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:52.892Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:52.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245272892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:52.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:47:52.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245272892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:47:52.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:47:53.921Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:47:53.921Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:47:53.921Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:47:53.922Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:53.922Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:53.922Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:54.923Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:47:54.924Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:54.924Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:54.924Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:55.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:47:55.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:55.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:55.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:56.928Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:47:56.928Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:56.928Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:56.929Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:57.930Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:47:57.930Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:57.930Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:57.930Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:58.931Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:47:58.932Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:58.932Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:58.932Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:47:59.932Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:47:59.933Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:47:59.933Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:47:59.933Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:00.934Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:48:00.934Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:48:00.934Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:48:00.934Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:48:00.934Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:48:00.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:48:00.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:48:00.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:48:00.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:48:00.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:48:00.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:48:01.343Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:48:01.346Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:48:01.346Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:48:01.346Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:48:01.346Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:48:01.347Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:01.347Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:01.347Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245281346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:02.347Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:48:02.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:48:02.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:48:02.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:48:02.349Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:48:02.349Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:48:02.457Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12260895824016653744/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:03.974Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.978Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:03.979Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:03.979Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:03.979Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:48:04.018Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:48:04.018Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:48:04.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:48:04.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:48:04.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:04.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:04.019Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245284018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:05.021Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:48:05.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:48:05.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:48:05.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:05.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:05.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245285021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:06.025Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:48:06.055Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:48:06.059Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:48:06.060Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:48:06.060Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:48:06.060Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:48:06.060Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:06.060Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:06.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:06.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:06.061Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:48:06.079Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:48:36.079Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:48:36.093Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:48:36.093Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:48:36.094Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:48:36.097Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:48:36.111Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:48:36.111Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:48:36.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:48:36.264Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:48:36.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:48:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[143360], x-aai-txid=[2-aai-resources-230331-06:48:36:594-15484], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:48:36.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:48:36.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:48:36.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:48:36.274Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:48:36.274Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:48:36.274Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:48:36.274Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:36.274Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:36.275Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245316274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:48:37.307Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:48:37.307Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:48:37.307Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:48:37.307Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:37.307Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:37.307Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:38.309Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:48:38.309Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:38.309Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:38.309Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:39.310Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:48:39.311Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:39.311Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:39.311Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:40.312Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:48:40.312Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:40.312Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:40.312Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:41.313Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:48:41.314Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:41.314Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:41.314Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:42.315Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:48:42.315Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:42.316Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:42.316Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245281346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245284018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245285021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245316274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:48:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:48:43.317Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:48:43.318Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:43.318Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:43.318Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:44.320Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:48:44.320Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:48:44.320Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T06:48:44.320Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:48:44.321Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:48:44.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:48:44.364Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:48:44.365Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:48:44.365Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:48:44.365Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:48:44.366Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:48:44.736Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:48:44.754Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T06:48:44.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:48:44.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:48:44.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:48:44.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:44.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:44.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245324755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:45.756Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:48:45.757Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:48:45.757Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:48:45.757Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T06:48:45.758Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:48:45.758Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:48:45.868Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14206293112184142692/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T06:48:47.241Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:48:47.241Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:48:47.241Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:48:47.242Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:48:47.243Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:48:47.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:48:47.245Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:47.246Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.247Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:47.247Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.247Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:47.247Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:48:47.247Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:48:47.247Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:48:47.283Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T06:48:47.283Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:48:47.283Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T06:48:47.283Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:48:47.283Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:47.283Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:47.283Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245327283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:48.284Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:48:48.284Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T06:48:48.284Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:48:48.284Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:48:48.284Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:48:48.284Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245328284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:48:49.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:48:49.311Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:48:49.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:48:49.328Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:49:19.329Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:49:19.341Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T06:49:19.341Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T06:49:19.341Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T06:49:19.345Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:49:19.359Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T06:49:19.359Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2bafd09-7544-415e-b3d1-7b7e6f936327], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T06:49:19.366Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:49:19.492Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:49:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[258192], x-aai-txid=[0-aai-resources-230331-06:49:19:837-33444], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:49:19.493Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:49:19.493Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T06:49:19.493Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:49:19.494Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:49:19.500Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:49:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:49:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:49:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245359501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:49:20.523Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:49:20.523Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:49:20.523Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:49:20.524Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:20.524Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:20.524Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:21.525Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:49:21.526Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:21.526Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:21.526Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:22.528Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:49:22.528Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:49:22.528Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T06:49:22.528Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T06:49:22.529Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:49:22.580Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:49:22.581Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:49:22.581Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:49:22.581Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:49:22.581Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:49:22.581Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:49:22.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:49:22.859Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T06:49:22.859Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:49:22.859Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:49:22.859Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:49:22.860Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:22.860Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:22.860Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245362859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:23.862Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:49:23.862Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:49:23.862Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:23.862Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T06:49:23.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:23.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:23.925Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15474508979704745315/Definitions/service-BasicNetwork-template.yml
2023-03-31T06:49:24.233Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:49:24.233Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:49:24.233Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:49:24.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:49:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:49:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:49:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:49:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T06:49:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:49:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T06:49:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:49:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245364272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:25.274Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:49:25.275Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T06:49:25.275Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:49:25.275Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:25.275Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:25.275Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245365274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:26.276Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:49:26.301Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:49:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:49:26.321Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:49:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:49:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:49:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:49:56.321Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:49:56.330Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T06:49:56.331Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T06:49:56.331Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T06:49:56.334Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:49:56.350Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:49:56.350Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T06:49:56.357Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:49:56.496Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T06:49:56.497Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:49:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[163840], x-aai-txid=[0-aai-resources-230331-06:49:56:828-47548], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:49:56.497Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:49:56.497Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:49:56.497Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:49:56.507Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:49:56.508Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:49:56.508Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:49:56.508Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:56.508Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:56.508Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245396508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:49:57.539Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:49:57.539Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:49:57.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:49:57.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:57.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:57.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:58.541Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:49:58.541Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:58.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:58.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:49:59.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:49:59.543Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:49:59.543Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:49:59.543Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:00.543Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:00.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:00.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:00.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:01.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:01.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:01.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:01.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:02.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:02.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:02.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:02.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:03.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:03.547Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:03.547Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:03.547Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:04.548Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:50:04.548Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:50:04.548Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T06:50:04.548Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:50:04.549Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:50:04.621Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:50:04.622Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:50:04.622Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:50:04.623Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:50:04.623Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:50:04.623Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:50:04.916Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:50:04.918Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T06:50:04.918Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:50:04.918Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T06:50:04.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:50:04.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:04.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:04.919Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245404918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:05.921Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:50:05.922Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:50:05.922Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:05.922Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T06:50:05.923Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:05.923Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.020Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8199879017934458905/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T06:50:06.885Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:06.886Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.887Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:06.888Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:50:06.927Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T06:50:06.927Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:50:06.927Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T06:50:06.928Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:50:06.928Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:06.928Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:06.928Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245406927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:07.929Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T06:50:07.929Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T06:50:07.929Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:50:07.930Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:07.930Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:07.930Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245407929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:08.931Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:50:08.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:50:08.962Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:50:08.962Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:50:08.962Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:50:08.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:50:08.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:08.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:08.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:08.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:08.963Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:50:08.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:50:38.975Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:50:38.983Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T06:50:38.983Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T06:50:38.984Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T06:50:38.990Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:50:39.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T06:50:39.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17cbe9e6-e64b-4239-81be-4dbe8a5dc683], X-ECOMP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-TransactionId=[], X-ONAP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], Content-Type=[application/merge-patch+json]}
2023-03-31T06:50:39.021Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:50:39.161Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:50:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[237760], x-aai-txid=[0-aai-resources-230331-06:50:39:493-48517], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:50:39.161Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:50:39.162Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T06:50:39.162Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:50:39.162Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:50:39.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:50:39.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:50:39.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:50:39.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:39.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:39.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245439170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:50:40.197Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:50:40.197Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:50:40.197Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:40.197Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:40.197Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:40.197Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:41.199Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:41.199Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:41.199Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:41.199Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:42.201Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:42.201Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:42.201Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:42.201Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245324755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245327283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245328284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245359501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245362859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245364272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245365274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T06:50:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:50:43.203Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:43.203Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:43.203Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:43.203Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:44.204Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:44.204Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:44.204Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:44.204Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:45.205Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:45.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:45.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:45.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:46.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:46.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:46.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:46.208Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:47.209Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:50:47.209Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:47.209Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:47.209Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:48.211Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:50:48.212Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:50:48.212Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T06:50:48.213Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T06:50:48.213Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:50:48.257Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:50:48.257Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:50:48.257Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:50:48.257Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:48.257Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:50:48.257Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:48.559Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:50:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T06:50:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:50:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:50:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245448564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:49.565Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:50:49.566Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:50:49.566Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:49.566Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:49.567Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:49.567Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:49.658Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12655503133895318437/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.189Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:50:50.190Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:50:50.191Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:50:50.233Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T06:50:50.233Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:50:50.233Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T06:50:50.233Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:50:50.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:50.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:50.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245450233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:51.236Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T06:50:51.236Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T06:50:51.236Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:50:51.236Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:50:51.236Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:50:51.236Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245451235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:50:52.237Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:50:52.258Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:50:52.262Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:50:52.278Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:51:22.279Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:51:22.291Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T06:51:22.291Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T06:51:22.291Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T06:51:22.294Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:51:22.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T06:51:22.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[275a18c7-4ee9-45a0-9808-64c5f3270689], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T06:51:22.315Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:51:22.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:51:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[245952], x-aai-txid=[2-aai-resources-230331-06:51:22:787-68843], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:51:22.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:51:22.455Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T06:51:22.455Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:51:22.455Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:51:22.465Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:51:22.466Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:51:22.466Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:51:22.466Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:22.466Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:22.466Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245482466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:51:23.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:51:23.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:51:23.498Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:23.498Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:23.498Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:23.498Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:24.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:24.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:24.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:24.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:25.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:25.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:25.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:25.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:26.502Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:26.502Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:26.503Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:26.503Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:27.504Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:27.512Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:27.512Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:27.516Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:28.526Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:28.526Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:28.527Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:28.527Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:29.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:29.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:29.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:29.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:30.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:51:30.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:30.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:30.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:31.530Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:51:31.531Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:51:31.531Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T06:51:31.531Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T06:51:31.531Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:51:31.586Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:51:31.587Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:51:31.587Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:51:31.587Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:31.587Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:51:31.588Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:31.895Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:51:31.898Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T06:51:31.898Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T06:51:31.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:31.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:51:31.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:31.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:31.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245491898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:32.900Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:51:32.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:51:32.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:32.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:32.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:32.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:32.989Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5110789514371069505/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T06:51:33.518Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:51:33.518Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:51:33.518Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.518Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:51:33.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.520Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:51:33.530Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: d8082809-f30a-4252-8aa1-6a72aecd800b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:51:33.532Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||pNF 4f9a15fb-baea 0
2023-03-31T06:51:33.533Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d8082809-f30a-4252-8aa1-6a72aecd800b
2023-03-31T06:51:33.533Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||No resources found for Service: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T06:51:33.533Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T06:51:33.533Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4f9a15fb-baea 0 d8082809-f30a-4252-8aa1-6a72aecd800b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@713d3a29, org.onap.sdc.toscaparser.api.parameters.Input@5f68919e, org.onap.sdc.toscaparser.api.parameters.Input@54c795b9, org.onap.sdc.toscaparser.api.parameters.Input@524d727b, org.onap.sdc.toscaparser.api.parameters.Input@4a39f669]
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0: pNF 4f9a15fb-baea
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Processing PNF resource: d8082809-f30a-4252-8aa1-6a72aecd800b
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:51:33.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Resource customization UUID: 9a84ecb2-e3e9-4801-bd02-0ea54393a2b6 is the same as notified resource customizationUUID: 9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-31T06:51:33.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4f9a15fb-baea d8082809-f30a-4252-8aa1-6a72aecd800b 0 ASDC deployResourceStructure
2023-03-31T06:51:33.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T06:51:33.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T06:51:33.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T06:51:33.640Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:51:33.640Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:51:33.640Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245493639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:34.647Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:51:34.673Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:51:34.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:51:34.690Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:51:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:51:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245396508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:51:43.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:51:43.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245404918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:51:43.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245406927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245407929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245439170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:51:43.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:04.690Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:52:04.699Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T06:52:04.700Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T06:52:04.700Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T06:52:04.706Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:52:04.721Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:52:04.722Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T06:52:04.729Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:52:04.884Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T06:52:04.884Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:52:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[237728], x-aai-txid=[1-aai-resources-230331-06:52:05:204-94186], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:52:04.884Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:52:04.884Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:52:04.884Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:52:04.891Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:52:04.891Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:52:04.891Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:52:04.891Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:04.891Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:04.891Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245524891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:52:05.924Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T06:52:05.925Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T06:52:05.925Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T06:52:05.926Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T06:52:05.927Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T06:52:05.927Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T06:52:05.927Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:52:05.927Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:52:05.929Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T06:52:05.932Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-91e8b55a-da12-4e30-92d0-76c75ffcd5d0
2023-03-31T06:52:05.932Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T06:52:05.932Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T06:52:08.644Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:11.653Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:14.663Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:17.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:20.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:23.689Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:26.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:29.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:32.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:35.726Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:38.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:41.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:52:43.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:43.144Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:52:43.144Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:52:43.151Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-91e8b55a-da12-4e30-92d0-76c75ffcd5d0', protocol='range'}
2023-03-31T06:52:43.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:52:43.164Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-91e8b55a-da12-4e30-92d0-76c75ffcd5d0=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:52:43.181Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:52:43.181Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-91e8b55a-da12-4e30-92d0-76c75ffcd5d0', protocol='range'}
2023-03-31T06:52:43.181Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:52:43.181Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:52:43.181Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T06:52:43.181Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T06:52:43.186Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:52:43.186Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:52:43.186Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:52:43.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:52:43.186Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:52:43.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:52:43.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:52:43.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=721, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:52:43.187Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:52:43.186Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:52:43.187Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:52:43.187Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T06:52:43.263Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:52:43.263Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:52:43.265Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:52:43.265Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:43.265Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:43.266Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245448564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245450233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245451235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245482466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680244943494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245491898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245493639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245524891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:52:44.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:52:44.267Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:52:44.267Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:44.268Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:44.268Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:45.269Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:52:45.270Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:45.270Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:45.270Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:46.272Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:52:46.272Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:46.272Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:46.272Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:47.273Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:52:47.274Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:47.274Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:47.274Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:48.275Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:52:48.275Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:48.275Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:48.275Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:49.277Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:52:49.277Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:49.277Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:49.277Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:50.279Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:52:50.280Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:52:50.280Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T06:52:50.280Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:52:50.280Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:52:50.328Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:52:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:52:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:52:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:52:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:52:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T06:52:50.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:52:50.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a411cc6
2023-03-31T06:52:50.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:52:50.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:52:50.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:52:50.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T06:52:50.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T06:52:50.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:52:50.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:50.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:50.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245570354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:51.356Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T06:52:51.374Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:52:51.374Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:52:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T06:52:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T06:52:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:52:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:52:51.379Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T06:52:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T06:52:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3585b7f2
2023-03-31T06:52:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T06:52:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T06:52:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T06:52:51.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T06:52:51.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T06:52:51.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T06:52:51.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:52:51.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:52:51.399Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245571398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:52:52.401Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:52:52.402Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:52:52.427Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:52:52.432Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:52:52.433Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:53:22.433Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:53:22.458Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:53:22.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:53:22.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:53:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:53:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:53:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:53:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:53:52.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:53:52.485Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:53:52.492Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:53:52.492Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:54:22.493Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:54:22.512Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:54:22.515Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:54:22.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:54:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:54:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:54:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:54:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:54:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:54:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245570354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245571398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T06:54:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:54:52.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:54:52.533Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:54:52.537Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:54:52.537Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:55:22.538Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:55:22.561Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:55:22.566Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:55:22.566Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:55:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:55:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.139Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.142Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245679987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245678326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245680218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680245676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680245676052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.146Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245704736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680245705090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245705033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245705738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.148Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680245706739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:55:43.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0e9b957-fa41-40d3-aa34-802ef1197ef1
2023-03-31T06:55:43.181Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0e9b957-fa41-40d3-aa34-802ef1197ef1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:55:43.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245708622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680245709624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:55:43.218Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0e9b957-fa41-40d3-aa34-802ef1197ef1
2023-03-31T06:55:43.218Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0e9b957-fa41-40d3-aa34-802ef1197ef1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:55:43.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.238Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:55:43.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245702583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245711390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245713166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:55:43.239Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680245714169,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:55:43.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0e9b957-fa41-40d3-aa34-802ef1197ef1
2023-03-31T06:55:43.251Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0e9b957-fa41-40d3-aa34-802ef1197ef1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T06:55:52.567Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:55:52.592Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:55:52.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:55:52.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:56:22.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:56:22.632Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:56:22.637Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:56:22.637Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:56:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:56:52.637Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:56:52.662Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:56:52.667Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:56:52.667Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:57:22.668Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:57:22.699Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:57:22.704Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T06:57:22.704Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T06:57:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:43.285Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T06:57:43.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-91e8b55a-da12-4e30-92d0-76c75ffcd5d0 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T06:57:43.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T06:57:43.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T06:57:43.991Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T06:57:44.008Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:57:44.008Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T06:57:44.031Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:57:44.032Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T06:57:44.055Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T06:57:44.055Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T06:57:44.055Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T06:57:44.060Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:57:44.060Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:57:44.060Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:57:44.060Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=808, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T06:57:44.060Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T06:57:44.060Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T06:57:52.705Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T06:57:52.705Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:57:52.714Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T06:57:52.715Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T06:57:52.715Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T06:57:52.719Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:57:52.739Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T06:57:52.740Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[002d729e-a43b-4004-a38b-b10f6410babc], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T06:57:52.748Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T06:57:52.905Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:57:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-06:57:53:223-90696], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:57:52.906Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:57:52.907Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:57:52.907Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:57:52.907Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:57:52.915Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:57:52.915Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T06:57:52.915Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T06:57:52.916Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:52.916Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:52.916Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245872915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:52.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:57:52.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245872915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T06:57:52.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:57:53.969Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:57:53.969Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:57:53.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:57:53.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:53.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:53.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:54.972Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:57:54.972Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:54.973Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:54.973Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:55.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:57:55.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:55.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:55.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:56.977Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:57:56.978Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:56.978Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:56.978Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:57.979Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:57:57.979Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:57.980Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:57.980Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:58.981Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:57:58.981Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:58.981Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:58.981Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:57:59.982Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:57:59.983Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:57:59.983Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:57:59.983Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:00.985Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:58:00.986Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:58:00.986Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T06:58:00.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:58:00.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:58:01.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:58:01.362Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:58:01.366Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T06:58:01.367Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:58:01.367Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T06:58:01.367Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:58:01.367Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:01.367Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:01.367Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245881367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:02.369Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:58:02.370Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:58:02.370Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:58:02.370Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T06:58:02.371Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:58:02.371Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:58:02.479Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10706697542965707875/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T06:58:03.902Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:58:03.902Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:58:03.902Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:58:03.903Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.905Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.906Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T06:58:03.907Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:03.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:58:03.943Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T06:58:03.943Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:58:03.943Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T06:58:03.943Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:58:03.943Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:03.944Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:03.944Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245883943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:04.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T06:58:04.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T06:58:04.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:58:04.946Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:04.946Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:04.946Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245884945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:05.948Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:58:05.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:58:05.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:58:05.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:58:05.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:58:05.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:58:05.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:05.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:05.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:05.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:05.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:58:06.000Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:58:36.000Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:58:36.015Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T06:58:36.016Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T06:58:36.016Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T06:58:36.026Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:58:36.046Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:58:36.048Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T06:58:36.058Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:58:36.214Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T06:58:36.217Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:58:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[143360], x-aai-txid=[2-aai-resources-230331-06:58:36:532-84452], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:58:36.217Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:58:36.217Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:58:36.217Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:58:36.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:58:36.233Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:58:36.234Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:58:36.234Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:36.234Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:36.234Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245916234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:58:37.268Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:58:37.268Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:58:37.268Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:58:37.269Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:37.269Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:37.269Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:38.269Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:58:38.270Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:38.270Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:38.270Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:39.270Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:58:39.271Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:39.271Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:39.271Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:40.271Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:58:40.272Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:40.272Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:40.272Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:41.273Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:58:41.273Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:41.274Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:41.274Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:42.275Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:58:42.276Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:42.276Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:42.276Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:58:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245881367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245883943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245884945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245916234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T06:58:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:58:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T06:58:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:58:43.277Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:58:43.277Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:43.277Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:43.278Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:44.279Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:58:44.279Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:58:44.279Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T06:58:44.279Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T06:58:44.279Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:58:44.317Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:58:44.317Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:58:44.318Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:58:44.318Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:58:44.318Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:58:44.318Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:58:44.647Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:58:44.650Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T06:58:44.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:58:44.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T06:58:44.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:58:44.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:44.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:44.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245924651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:45.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:58:45.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:58:45.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:58:45.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T06:58:45.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:58:45.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:58:45.768Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12556718045390847932/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T06:58:47.219Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:58:47.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:58:47.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T06:58:47.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.220Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:58:47.221Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.222Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T06:58:47.223Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T06:58:47.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.225Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.226Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T06:58:47.227Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:47.228Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:58:47.229Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:58:47.229Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:58:47.272Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T06:58:47.272Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:58:47.272Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T06:58:47.272Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:58:47.273Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:47.273Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:47.273Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245927272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:48.273Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T06:58:48.274Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T06:58:48.274Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:58:48.274Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:58:48.274Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:58:48.274Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245928273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:58:49.274Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:58:49.299Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:58:49.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:58:49.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:58:49.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:58:49.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:58:49.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:49.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:49.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:49.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:58:49.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:58:49.320Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:59:19.320Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:59:19.334Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T06:59:19.334Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T06:59:19.334Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T06:59:19.337Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:59:19.358Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T06:59:19.359Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d410e9d-b2d4-435e-bc27-f058cd08d70b], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T06:59:19.365Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:59:19.503Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:59:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[258192], x-aai-txid=[2-aai-resources-230331-06:59:19:836-77785], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:59:19.503Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:59:19.504Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T06:59:19.506Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:59:19.506Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:59:19.514Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:59:19.515Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:59:19.515Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:59:19.515Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:19.515Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:19.515Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245959515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:59:20.546Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:59:20.546Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:59:20.547Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:59:20.547Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:20.547Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:20.547Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:21.548Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:59:21.548Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:21.549Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:21.549Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:22.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T06:59:22.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T06:59:22.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T06:59:22.575Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T06:59:22.576Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:59:22.619Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:59:22.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:59:22.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:59:22.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:59:22.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T06:59:22.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:59:22.920Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T06:59:22.922Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T06:59:22.922Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:59:22.923Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T06:59:22.923Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T06:59:22.923Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:22.923Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:22.923Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245962922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:23.924Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T06:59:23.925Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T06:59:23.925Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:23.925Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T06:59:23.926Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:23.926Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.053Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14836607919924309015/Definitions/service-BasicNetwork-template.yml
2023-03-31T06:59:24.343Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T06:59:24.343Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:59:24.343Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.343Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T06:59:24.343Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.343Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.343Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:59:24.344Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:59:24.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:59:24.346Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:59:24.346Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T06:59:24.346Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T06:59:24.346Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T06:59:24.391Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T06:59:24.392Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:59:24.392Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T06:59:24.392Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:59:24.392Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:24.392Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:24.392Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245964392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:25.393Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T06:59:25.393Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T06:59:25.393Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T06:59:25.394Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:25.394Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:25.394Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245965393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:26.395Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:59:26.427Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T06:59:26.450Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T06:59:26.450Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T06:59:26.451Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T06:59:26.451Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T06:59:26.451Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:59:26.451Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:59:26.451Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:59:26.451Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T06:59:26.451Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T06:59:26.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T06:59:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T06:59:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T06:59:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T06:59:56.463Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T06:59:56.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T06:59:56.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T06:59:56.476Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T06:59:56.482Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T06:59:56.500Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T06:59:56.501Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T06:59:56.509Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T06:59:56.651Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T06:59:56.652Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 06:59:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[163840], x-aai-txid=[1-aai-resources-230331-06:59:56:980-51085], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T06:59:56.652Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T06:59:56.652Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T06:59:56.652Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T06:59:56.661Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T06:59:56.662Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T06:59:56.662Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T06:59:56.662Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:56.662Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:56.662Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245996662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T06:59:57.691Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T06:59:57.691Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T06:59:57.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:59:57.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:57.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:57.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:58.693Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:59:58.694Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:58.694Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:58.694Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T06:59:59.695Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T06:59:59.695Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T06:59:59.696Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T06:59:59.696Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:00.697Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:00.697Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:00.697Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:00.697Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:01.699Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:01.699Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:01.699Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:01.700Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:02.701Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:02.702Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:02.702Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:02.702Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:03.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:03.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:03.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:03.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:04.706Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:00:04.706Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:00:04.707Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T07:00:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:00:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:00:04.757Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:00:04.758Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:00:04.758Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:00:04.758Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:00:04.758Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:00:04.759Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:00:05.082Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:00:05.086Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T07:00:05.086Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:00:05.086Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:00:05.087Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:00:05.087Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:05.087Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:05.087Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246005086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:06.089Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:00:06.089Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:00:06.090Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:06.090Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T07:00:06.091Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:06.091Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:06.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6573807657801538656/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:00:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:00:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:00:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:00:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:00:07.056Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T07:00:07.056Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:00:07.056Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T07:00:07.056Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:00:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246007056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:08.058Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:00:08.058Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T07:00:08.058Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:00:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246008058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:09.061Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:00:09.087Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:00:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:00:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:00:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:00:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:00:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:00:09.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:00:39.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:00:39.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T07:00:39.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T07:00:39.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T07:00:39.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:00:39.131Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:00:39.132Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T07:00:39.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:00:39.298Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:00:39.298Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:00:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[237760], x-aai-txid=[2-aai-resources-230331-07:00:39:608-59455], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:00:39.299Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:00:39.299Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:00:39.299Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:00:39.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:00:39.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:00:39.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:00:39.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:39.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:39.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246039308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:00:40.339Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:00:40.339Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:00:40.339Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:40.339Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:40.339Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:40.339Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:41.340Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:41.340Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:41.340Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:41.340Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:42.342Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:42.342Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:42.342Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:42.342Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245924651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:00:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245927272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T07:00:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245928273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245959515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245962922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245964392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:00:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245965393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T07:00:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:00:43.344Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:43.344Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:43.345Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:43.345Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:44.346Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:44.347Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:44.347Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:44.347Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:45.349Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:45.349Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:45.349Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:45.350Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:46.351Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:46.352Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:46.352Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:46.352Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:47.354Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:00:47.354Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:47.354Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:47.355Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:48.356Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:00:48.357Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:00:48.357Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T07:00:48.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:00:48.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:00:48.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:00:48.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:00:48.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:00:48.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:48.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:00:48.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:48.683Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:00:48.685Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T07:00:48.685Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:00:48.685Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:48.685Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:00:48.685Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:48.686Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:48.686Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246048685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:49.687Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:00:49.688Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:00:49.688Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:49.689Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:49.689Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:49.689Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:49.809Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7409637786304969861/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T07:00:50.340Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:00:50.340Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:00:50.340Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.340Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:00:50.340Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.340Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.340Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:00:50.341Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:00:50.342Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:00:50.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T07:00:50.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:00:50.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T07:00:50.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:00:50.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:50.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:50.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246050383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:51.384Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:00:51.384Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T07:00:51.384Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:00:51.385Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:00:51.385Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:00:51.385Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246051384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:00:52.387Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:00:52.414Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:00:52.419Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:00:52.419Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:00:52.420Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:00:52.420Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:00:52.420Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:52.420Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:52.420Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:52.420Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:00:52.420Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:00:52.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:01:22.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:01:22.445Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T07:01:22.445Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T07:01:22.446Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T07:01:22.455Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:01:22.487Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T07:01:22.487Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3b5ff7f-228a-4ca9-965a-c726c6dde2e4], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T07:01:22.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:01:22.654Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:01:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[245952], x-aai-txid=[1-aai-resources-230331-07:01:22:971-89661], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:01:22.655Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:01:22.655Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T07:01:22.655Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:01:22.655Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:01:22.659Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:01:22.660Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:01:22.660Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:01:22.660Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:22.660Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:22.660Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246082660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:01:23.686Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:01:23.686Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:01:23.687Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:23.689Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:23.689Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:23.689Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:24.690Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:24.691Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:24.691Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:24.691Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:25.692Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:25.693Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:25.693Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:25.693Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:26.694Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:26.695Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:26.695Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:26.695Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:27.696Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:27.697Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:27.697Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:27.697Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:28.698Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:28.698Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:28.698Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:28.698Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:29.699Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:29.700Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:29.700Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:29.700Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:30.701Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:01:30.701Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:30.702Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:30.702Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:31.703Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:01:31.703Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:01:31.703Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T07:01:31.704Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:01:31.704Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:01:31.762Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:01:31.762Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:01:31.763Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:01:31.763Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:31.763Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:01:31.763Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:32.033Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:01:32.036Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T07:01:32.037Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:01:32.037Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:32.037Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:01:32.037Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:32.037Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:32.037Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246092037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:33.038Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:01:33.039Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:01:33.039Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.039Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.040Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.040Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.126Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP606416426576688834/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.661Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:01:33.662Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:01:33.663Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:01:33.700Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T07:01:33.700Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:01:33.701Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T07:01:33.701Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:01:33.701Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:33.701Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:33.701Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246093700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:34.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:01:34.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T07:01:34.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:01:34.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:01:34.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:01:34.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246094702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:35.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:01:35.732Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:01:35.737Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:01:35.751Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:01:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245996662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246005086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246007056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246008058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246039308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:01:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:01:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:01:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:01:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:05.751Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:02:05.763Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T07:02:05.763Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T07:02:05.764Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T07:02:05.771Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:02:05.792Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T07:02:05.792Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f77e69e1-52f2-47e7-b7cf-abed3e290d6d], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T07:02:05.799Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:02:05.928Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:02:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[237728], x-aai-txid=[2-aai-resources-230331-07:02:06:272-85899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:02:05.929Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:02:05.929Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:02:05.930Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:02:05.930Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:02:05.938Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:02:05.939Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:02:05.939Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:02:05.939Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:05.939Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:05.939Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246125939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:02:06.974Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T07:02:06.974Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T07:02:06.975Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T07:02:06.976Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T07:02:06.976Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T07:02:06.976Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:02:06.976Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:02:06.980Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T07:02:06.980Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-1d6bddbe-e132-4f72-91e6-3d4af0c0c879
2023-03-31T07:02:06.981Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T07:02:06.981Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:02:09.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:12.060Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:15.069Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:18.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:21.091Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:24.104Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:27.114Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:30.125Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:33.133Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:36.142Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:39.152Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:42.163Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:02:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:43.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:02:43.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:02:43.156Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:02:43.157Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-1d6bddbe-e132-4f72-91e6-3d4af0c0c879', protocol='range'}
2023-03-31T07:02:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-1d6bddbe-e132-4f72-91e6-3d4af0c0c879=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-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:02:43.176Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-1d6bddbe-e132-4f72-91e6-3d4af0c0c879', protocol='range'}
2023-03-31T07:02:43.177Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T07:02:43.177Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:02:43.178Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:02:43.178Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:02:43.178Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:02:43.181Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:02:43.182Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:02:43.182Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:02:43.182Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:02:43.182Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:02:43.182Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:02:43.182Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:02:43.182Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:02:43.182Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:02:43.182Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=851, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:02:43.182Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:02:43.182Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:02:43.244Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:02:43.244Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:02:43.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:02:43.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:43.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:43.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246048685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246050383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246051384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246082660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680245525924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:02:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246092037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246093700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246094702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246125939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:02:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:02:44.246Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:02:44.246Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:44.246Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:44.246Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:45.247Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:02:45.247Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:45.247Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:45.248Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:46.248Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:02:46.249Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:46.249Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:46.249Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:47.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:02:47.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:47.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:47.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:48.252Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:02:48.252Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:48.252Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:48.252Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:49.253Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:02:49.253Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:49.253Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:49.254Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:50.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:02:50.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:02:50.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T07:02:50.255Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:02:50.256Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:02:50.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:02:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:02:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:02:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:02:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:02:50.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:02:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:02:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@337940a6
2023-03-31T07:02:50.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:50.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246170330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:02:51.343Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:02:51.343Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:02:51.344Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T07:02:51.344Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T07:02:51.344Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:02:51.344Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:02:51.344Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:02:51.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3fc0602b
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:02:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246171363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:02:52.365Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:02:52.365Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:02:52.388Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:02:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:02:52.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:03:22.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:03:22.414Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:03:22.419Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:03:22.419Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:03:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:03:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:03:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:03:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:03:52.419Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:03:52.448Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:03:52.454Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:03:52.455Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:04:22.455Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:04:22.477Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:04:22.482Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:04:22.482Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:04:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:04:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246170330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246171363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:04:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:04:52.482Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:04:52.498Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:04:52.501Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:04:52.501Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:05:22.501Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:05:22.521Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:05:22.526Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:05:22.526Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:05:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:05:52.526Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:05:52.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:05:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:05:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:06:22.553Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:06:22.567Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:06:22.570Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:06:22.571Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:06:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:06:52.571Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:06:52.599Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:06:52.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:06:52.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:06:52.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:06:52.805Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:06:52.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:07:22.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:07:22.657Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:07:22.661Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:07:22.661Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:07:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:07:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:07:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:07:43.279Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T07:07:43.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-1d6bddbe-e132-4f72-91e6-3d4af0c0c879 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T07:07:43.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T07:07:43.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T07:07:44.053Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:07:47.062Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:07:50.087Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:07:52.661Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T07:07:52.662Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:07:52.671Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T07:07:52.671Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T07:07:52.672Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T07:07:52.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:07:52.719Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:07:52.720Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T07:07:52.728Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T07:07:52.871Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:07:52.871Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:07:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-07:07:53:202-45734], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:07:52.872Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:07:52.872Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:07:52.872Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:07:52.877Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:07:52.877Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T07:07:52.878Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T07:07:52.878Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:52.878Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:52.878Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246472878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:53.113Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:07:53.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:07:53.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:07:53.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:07:53.894Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:53.894Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:53.894Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:54.894Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:07:54.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:54.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:54.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:55.897Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:07:55.897Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:55.897Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:55.897Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:56.125Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:07:56.898Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:07:56.898Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:56.898Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:56.898Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:57.899Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:07:57.899Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:57.899Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:57.899Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:58.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:07:58.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:58.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:58.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:07:59.134Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:07:59.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:07:59.902Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:07:59.902Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:07:59.902Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:00.903Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:08:00.903Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:08:00.903Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T07:08:00.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:08:00.904Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:08:00.944Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:08:00.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:08:00.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:08:00.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:08:00.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:08:00.945Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:08:01.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:08:01.229Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T07:08:01.230Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:08:01.230Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:08:01.230Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:08:01.230Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:01.230Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:01.230Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246481230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:02.144Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:02.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:08:02.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:08:02.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:08:02.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T07:08:02.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:08:02.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:08:02.329Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15468552028218954636/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:08:03.745Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:08:03.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:08:03.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:08:03.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:08:03.749Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:03.750Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:08:03.778Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T07:08:03.778Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:08:03.779Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T07:08:03.779Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:08:03.779Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:03.779Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:03.779Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246483778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:04.779Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:08:04.780Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T07:08:04.780Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:08:04.780Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:04.780Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:04.780Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246484779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:05.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:05.781Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:08:05.809Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:08:05.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:05.812Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:05.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:08:08.163Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:11.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:14.183Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:17.202Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:20.217Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:23.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:26.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:29.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:32.260Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:35.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:35.821Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:08:35.832Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T07:08:35.832Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T07:08:35.833Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T07:08:35.837Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:08:35.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:08:35.855Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T07:08:35.861Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:08:35.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:08:35.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:08:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[143360], x-aai-txid=[1-aai-resources-230331-07:08:36:333-73576], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:08:35.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:08:35.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:08:35.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:08:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:08:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:08:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:08:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246515999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:08:37.021Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:08:37.021Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:08:37.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:08:37.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:37.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:37.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:38.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:08:38.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:38.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:38.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:38.282Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:39.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:08:39.025Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:39.025Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:39.025Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:40.026Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:08:40.026Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:40.026Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:40.026Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:41.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:08:41.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:41.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:41.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:41.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:08:42.028Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:08:42.028Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:42.028Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:42.028Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:43.028Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:08:43.029Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:43.029Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:43.029Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:43.145Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:08:43.145Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:08:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:08:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:08:43.166Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:08:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:08:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:08:43.172Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:08:43.173Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:08:43.173Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:08:43.173Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=886, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:08:43.173Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:08:43.173Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:08:44.030Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:08:44.030Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:08:44.030Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T07:08:44.030Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:08:44.031Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:08:44.081Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:08:44.081Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:08:44.082Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:08:44.082Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:08:44.082Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:08:44.082Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:08:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246403928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246366104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246397755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246393832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246400217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246422626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246423470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246423824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246423775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246424473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246423747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.203Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246425475,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.234Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff42c268-3142-4a14-b2f5-474cfeb49637
2023-03-31T07:08:44.234Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff42c268-3142-4a14-b2f5-474cfeb49637 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.252Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246424885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246425979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.253Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246427806,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.264Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff42c268-3142-4a14-b2f5-474cfeb49637
2023-03-31T07:08:44.264Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff42c268-3142-4a14-b2f5-474cfeb49637 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:08:44.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246429419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246428809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.286Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246430421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff42c268-3142-4a14-b2f5-474cfeb49637
2023-03-31T07:08:44.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff42c268-3142-4a14-b2f5-474cfeb49637 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246422581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246433444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246435593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246436597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff42c268-3142-4a14-b2f5-474cfeb49637
2023-03-31T07:08:44.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff42c268-3142-4a14-b2f5-474cfeb49637 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.356Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.358Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.362Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246426476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246442433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246424828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246429813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246431422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246456523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246457352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246457714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246457653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246458356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246457645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.367Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246459358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.381Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.384Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T07:08:44.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:08:44.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:08:44.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:08:44.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:44.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:44.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246524385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
2023-03-31T07:08:44.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.423Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246458746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.424Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.424Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246459804,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.436Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
2023-03-31T07:08:44.437Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246452581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246460807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246461367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.458Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246462952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.458Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246463955,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.473Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
2023-03-31T07:08:44.473Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246463502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246464505,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.514Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
2023-03-31T07:08:44.514Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246472878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T07:08:44.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246481230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.549Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246483778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.551Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246484779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680246476197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246458718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246464958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680246461811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246460360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246489144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680246489506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246489446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246490147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680246491147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.589Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c30edf-061c-4875-9bb0-d49937f3119d
2023-03-31T07:08:44.589Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c30edf-061c-4875-9bb0-d49937f3119d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.608Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246482581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246493168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246492378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680246494172,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4c30edf-061c-4875-9bb0-d49937f3119d
2023-03-31T07:08:44.623Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c30edf-061c-4875-9bb0-d49937f3119d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.647Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246494152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:08:44.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.648Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680246495155,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:44.663Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4c30edf-061c-4875-9bb0-d49937f3119d
2023-03-31T07:08:44.664Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c30edf-061c-4875-9bb0-d49937f3119d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:08:44.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.688Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246515999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:08:44.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:08:44.690Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:08:44.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:08:45.385Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:08:45.386Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:08:45.386Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:08:45.386Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T07:08:45.387Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:08:45.387Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:08:45.494Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12877580962005747382/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.138Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.139Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:08:47.140Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:08:47.141Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:08:47.142Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:08:47.143Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:08:47.144Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:08:47.194Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T07:08:47.195Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:08:47.195Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T07:08:47.195Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:08:47.195Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:47.195Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:47.195Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246527195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:48.196Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:08:48.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T07:08:48.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:08:48.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:08:48.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:08:48.197Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246528196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:08:49.198Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:08:49.224Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:08:49.231Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:08:49.231Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:08:49.231Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:08:49.231Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:08:49.231Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:49.231Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:49.231Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:49.232Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:08:49.232Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:08:49.248Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:09:19.248Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:09:19.261Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T07:09:19.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T07:09:19.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T07:09:19.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:09:19.282Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:09:19.282Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T07:09:19.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:09:19.427Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T07:09:19.427Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:09:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[258192], x-aai-txid=[1-aai-resources-230331-07:09:19:761-79777], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:09:19.427Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:09:19.428Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:09:19.428Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:09:19.437Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:09:19.437Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:09:19.437Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:09:19.438Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:19.438Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:19.438Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246559437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:09:20.471Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:09:20.471Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:09:20.471Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:09:20.472Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:20.472Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:20.472Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:21.472Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:09:21.473Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:21.473Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:21.473Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:22.474Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:09:22.474Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:09:22.474Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T07:09:22.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T07:09:22.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:09:22.524Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:09:22.524Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:09:22.524Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:09:22.525Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:09:22.525Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:09:22.525Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:09:22.861Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:09:22.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T07:09:22.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:09:22.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:09:22.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:09:22.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:22.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:22.864Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246562863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:23.864Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:09:23.865Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:09:23.865Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:23.867Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T07:09:23.868Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:23.868Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:23.945Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10005292837393209170/Definitions/service-BasicNetwork-template.yml
2023-03-31T07:09:24.270Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:09:24.270Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.271Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:09:24.272Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:09:24.273Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:09:24.274Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:09:24.274Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:09:24.274Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:09:24.274Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:09:24.274Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:09:24.317Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T07:09:24.317Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:09:24.317Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T07:09:24.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:09:24.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:24.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:24.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246564317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:25.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:09:25.319Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T07:09:25.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:09:25.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:25.320Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:25.320Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246565319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:26.321Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:09:26.350Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:09:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:09:26.373Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:09:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:09:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246524385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:09:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:09:56.374Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:09:56.389Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T07:09:56.389Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T07:09:56.390Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T07:09:56.397Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:09:56.413Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:09:56.413Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T07:09:56.421Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:09:56.578Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T07:09:56.579Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:09:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[163840], x-aai-txid=[0-aai-resources-230331-07:09:56:894-6775], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:09:56.579Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:09:56.579Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:09:56.579Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:09:56.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:09:56.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:09:56.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:09:56.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:56.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:56.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246596586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:09:57.618Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:09:57.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:09:57.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:09:57.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:57.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:57.620Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:58.621Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:09:58.622Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:58.622Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:58.622Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:09:59.623Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:09:59.623Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:09:59.623Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:09:59.623Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:00.624Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:00.624Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:00.624Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:00.624Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:01.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:01.628Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:01.629Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:01.629Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:02.631Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:02.631Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:02.631Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:02.632Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:03.632Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:03.633Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:03.633Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:03.633Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:04.655Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:10:04.655Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:10:04.655Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T07:10:04.655Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:10:04.655Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:10:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:10:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:10:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:10:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:10:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:10:04.707Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:10:04.991Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:10:04.993Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T07:10:04.993Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:10:04.994Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:10:04.994Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:10:04.994Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:04.994Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:04.994Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246604993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:05.996Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:10:05.997Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:10:05.997Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:05.998Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T07:10:05.999Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:05.999Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.083Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP570597004862559982/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:10:06.905Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:10:06.905Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:10:06.905Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.905Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:06.906Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.907Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:06.908Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:10:06.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T07:10:06.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:10:06.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T07:10:06.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:10:06.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:06.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:06.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246606956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:07.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:10:07.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T07:10:07.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:10:07.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:07.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:07.958Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246607957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:08.959Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:10:08.998Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:10:09.003Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:10:09.003Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:10:09.003Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:10:09.004Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:10:09.004Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:09.004Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:09.004Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:09.004Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:09.004Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:10:09.020Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:10:39.021Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:10:39.034Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T07:10:39.034Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T07:10:39.035Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T07:10:39.041Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:10:39.060Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:10:39.060Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T07:10:39.074Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:10:39.219Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:10:39.219Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:10:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[237760], x-aai-txid=[2-aai-resources-230331-07:10:39:549-25734], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:10:39.220Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:10:39.220Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:10:39.220Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:10:39.227Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:10:39.228Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:10:39.228Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:10:39.228Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:39.228Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:39.228Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246639228,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:10:40.259Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:10:40.260Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:10:40.260Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:40.260Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:40.260Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:40.261Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:41.261Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:41.262Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:41.262Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:41.263Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:42.263Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:42.264Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:42.264Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:42.264Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246527195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T07:10:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246528196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T07:10:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246559437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246562863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246564317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246565319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T07:10:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:10:43.265Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:43.265Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:43.265Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:43.265Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:44.266Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:44.266Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:44.266Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:44.266Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:45.267Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:45.268Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:45.268Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:45.268Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:46.269Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:46.269Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:46.269Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:46.269Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:47.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:10:47.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:47.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:47.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:48.272Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:10:48.272Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:10:48.272Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T07:10:48.272Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:10:48.272Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:10:48.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:10:48.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:10:48.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:10:48.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:48.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:10:48.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:48.596Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:10:48.600Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T07:10:48.600Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:10:48.600Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:48.601Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:10:48.601Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:48.601Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:48.601Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:49.602Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:10:49.602Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:10:49.602Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:49.603Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:49.603Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:49.603Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:49.700Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1966601357594055600/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T07:10:50.240Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:10:50.240Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:10:50.240Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.240Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:10:50.241Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:10:50.242Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:10:50.294Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T07:10:50.295Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:10:50.295Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T07:10:50.295Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:10:50.295Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:50.295Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:50.295Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246650295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:51.296Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:10:51.296Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T07:10:51.296Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:10:51.297Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:10:51.297Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:10:51.297Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246651296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:10:52.299Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:10:52.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:10:52.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:10:52.334Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:11:22.335Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:11:22.348Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T07:11:22.348Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T07:11:22.349Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T07:11:22.356Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:11:22.385Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:11:22.386Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T07:11:22.395Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:11:22.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T07:11:22.548Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:11:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[245952], x-aai-txid=[1-aai-resources-230331-07:11:22:869-2476], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:11:22.548Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:11:22.549Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:11:22.549Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:11:22.556Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:11:22.556Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:11:22.556Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:11:22.556Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:22.556Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:22.557Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246682556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:11:23.588Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:11:23.588Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:11:23.589Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:23.589Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:23.589Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:23.589Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:24.590Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:24.591Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:24.591Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:24.591Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:25.592Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:25.592Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:25.592Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:25.593Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:26.594Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:26.595Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:26.595Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:26.596Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:27.597Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:27.597Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:27.597Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:27.597Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:28.598Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:28.599Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:28.599Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:28.599Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:29.600Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:29.600Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:29.601Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:29.601Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:30.602Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:11:30.602Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:30.602Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:30.602Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:31.603Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:11:31.604Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:11:31.604Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T07:11:31.604Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:11:31.604Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:11:31.650Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:11:31.651Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:11:31.651Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:11:31.651Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:31.651Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:11:31.651Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:31.950Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:11:31.952Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T07:11:31.953Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:11:31.953Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:31.953Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:11:31.953Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:31.953Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:31.953Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246691953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:32.954Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:11:32.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:11:32.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:32.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:32.957Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:32.957Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.056Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11216099545118653530/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T07:11:33.571Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:11:33.571Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:11:33.572Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:11:33.573Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:11:33.574Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:11:33.574Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:11:33.574Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:11:33.574Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:11:33.574Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:11:33.574Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:11:33.574Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:11:33.615Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T07:11:33.615Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:11:33.615Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T07:11:33.615Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:11:33.616Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:33.616Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:33.616Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246693615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:34.616Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:11:34.617Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T07:11:34.617Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:11:34.617Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:11:34.618Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:11:34.618Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246694616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:35.619Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:11:35.649Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:11:35.655Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:11:35.655Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:11:35.655Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:11:35.655Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:11:35.656Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:11:35.656Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:11:35.656Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:11:35.656Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:11:35.656Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:11:35.673Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:11:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:11:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246596586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:11:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246604993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246606956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246607957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246639228,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:11:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:05.674Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:12:05.686Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T07:12:05.686Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T07:12:05.687Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T07:12:05.690Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:12:05.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:12:05.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T07:12:05.711Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:12:05.854Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:12:05.855Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:12:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[237728], x-aai-txid=[1-aai-resources-230331-07:12:06:182-97680], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:12:05.855Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:12:05.855Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:12:05.855Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:12:05.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:12:05.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:12:05.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:12:05.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:05.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:05.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246725863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:12:06.895Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:12:06.895Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:12:06.895Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:06.895Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:06.895Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:06.895Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:07.897Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:07.897Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:07.897Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:07.897Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:08.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:08.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:08.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:08.899Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:09.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:09.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:09.902Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:09.902Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:10.903Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:10.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:10.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:10.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:11.905Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:11.906Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:11.906Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:11.906Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:12.907Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:12.908Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:12.908Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:12.908Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:13.909Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:12:13.909Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:13.909Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:13.910Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:14.911Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:12:14.911Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:12:14.912Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T07:12:14.912Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:12:14.912Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:12:14.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:12:14.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:12:14.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:12:14.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:14.958Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:12:14.958Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:15.251Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:12:15.254Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T07:12:15.255Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:12:15.255Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:15.255Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:12:15.255Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:15.255Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:15.255Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246735255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:16.257Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:12:16.257Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:12:16.257Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.257Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.258Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.258Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.333Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14650578504340560252/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T07:12:16.868Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:12:16.868Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:12:16.868Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:12:16.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e413d5f8-de81-43aa-823a-a70adc169c0b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:12:16.884Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||pNF 888d2c51-be99 0
2023-03-31T07:12:16.884Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e413d5f8-de81-43aa-823a-a70adc169c0b
2023-03-31T07:12:16.884Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T07:12:16.884Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T07:12:16.884Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 888d2c51-be99 0 e413d5f8-de81-43aa-823a-a70adc169c0b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:12:16.889Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4427e993, org.onap.sdc.toscaparser.api.parameters.Input@138e7fa6, org.onap.sdc.toscaparser.api.parameters.Input@4eb962a7, org.onap.sdc.toscaparser.api.parameters.Input@54d9092d, org.onap.sdc.toscaparser.api.parameters.Input@2f490954]
2023-03-31T07:12:16.890Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.890Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.890Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7a8749cd-0d7d-485e-9cdf-3132b94591c5: pNF 888d2c51-be99
2023-03-31T07:12:16.890Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Processing PNF resource: e413d5f8-de81-43aa-823a-a70adc169c0b
2023-03-31T07:12:16.890Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:12:16.890Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:12:16.890Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Resource customization UUID: c88abd15-b66b-4c4e-8622-33f45c462082 is the same as notified resource customizationUUID: c88abd15-b66b-4c4e-8622-33f45c462082
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-31T07:12:16.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 888d2c51-be99 e413d5f8-de81-43aa-823a-a70adc169c0b 0 ASDC deployResourceStructure
2023-03-31T07:12:16.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:12:16.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:12:16.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:12:16.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:16.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:16.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246736954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:17.955Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:12:17.980Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:12:17.984Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:12:17.998Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:12:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246650295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246651296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246682556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246691953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246693615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246694616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T07:12:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:12:47.999Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:12:48.012Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T07:12:48.013Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T07:12:48.013Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T07:12:48.019Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:12:48.042Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T07:12:48.042Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b74f471c-8cfe-4ac7-a524-1b73c074c23f], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T07:12:48.048Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:12:48.184Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:12:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[208896], x-aai-txid=[0-aai-resources-230331-07:12:48:520-19114], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:12:48.184Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:12:48.185Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||InvokeReturn
2023-03-31T07:12:48.185Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:12:48.185Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:12:48.197Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:12:48.197Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:12:48.197Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:12:48.198Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:12:48.198Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:12:48.198Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246768197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:12:49.230Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T07:12:49.230Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T07:12:49.232Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 1 disconnected.
2023-03-31T07:12:49.232Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T07:12:49.233Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cancelled in-flight METADATA request with correlation id 126563 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-31T07:12:49.234Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T07:12:49.234Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T07:12:49.234Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:12:49.234Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:12:49.239Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-823b6408-7187-45f6-9877-b64bc496e3c7
2023-03-31T07:12:49.240Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=8, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T07:12:49.240Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T07:12:49.240Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:12:50.199Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:12:53.210Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:12:56.220Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:12:59.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:02.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:05.246Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:08.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:11.265Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:14.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:17.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:20.293Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:23.300Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:26.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:29.329Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:32.339Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:35.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:38.357Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:41.367Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:13:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:43.143Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:13:43.144Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:13:43.151Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-823b6408-7187-45f6-9877-b64bc496e3c7', protocol='range'}
2023-03-31T07:13:43.152Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:13:43.156Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:13:43.156Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:13:43.156Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:13:43.156Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:13:43.156Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:13:43.156Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:13:43.157Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-823b6408-7187-45f6-9877-b64bc496e3c7=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T07:13:43.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-823b6408-7187-45f6-9877-b64bc496e3c7', protocol='range'}
2023-03-31T07:13:43.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T07:13:43.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:13:43.174Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:13:43.174Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:13:43.174Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:13:43.178Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:13:43.178Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:13:43.178Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:13:43.178Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:13:43.179Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:13:43.179Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:13:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:13:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:13:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:13:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1147, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:13:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:13:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:13:43.298Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:13:43.298Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:13:43.299Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:13:43.299Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:43.299Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:43.299Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246725863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:13:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246126974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:13:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246735255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246736954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246768197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:13:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:13:44.300Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:13:44.300Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:44.300Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:44.301Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:45.301Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:13:45.302Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:45.302Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:45.302Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:46.303Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:13:46.304Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:46.304Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:46.304Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:47.305Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:13:47.306Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:47.306Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:47.306Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:48.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:13:48.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:48.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:48.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:49.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:13:49.310Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:49.310Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:49.310Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:50.311Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:13:50.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:13:50.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T07:13:50.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:13:50.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:13:50.355Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:13:50.356Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:13:50.356Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:13:50.356Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:13:50.356Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:13:50.356Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:13:50.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:13:50.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6dd7ba0e
2023-03-31T07:13:50.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:13:50.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:13:50.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:13:50.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T07:13:50.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T07:13:50.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:13:50.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:50.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:50.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246830378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:51.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:13:51.392Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:13:51.392Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:13:51.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T07:13:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T07:13:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:13:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:13:51.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:13:51.416Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:13:51.416Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e74f88d
2023-03-31T07:13:51.416Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:13:51.416Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:13:51.416Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:13:51.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T07:13:51.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T07:13:51.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:13:51.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:13:51.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:13:51.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246831417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:13:52.419Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:13:52.420Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:13:52.439Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:13:52.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:13:52.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:14:22.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:14:22.471Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:14:22.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:14:22.475Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:14:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:14:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:14:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:14:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:14:52.476Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:14:52.503Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:14:52.508Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:14:52.509Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:15:22.509Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:15:22.536Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:15:22.541Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:15:22.541Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:15:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:15:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:15:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:15:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:15:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:15:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:15:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:15:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246830378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:15:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:15:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:15:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246831417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:15:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:15:52.542Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:15:52.570Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:15:52.575Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:15:52.576Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:16:22.576Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:16:22.601Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:16:22.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:16:22.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:16:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:16:52.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:16:52.627Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:16:52.631Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:16:52.631Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:17:22.631Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:17:22.654Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:17:22.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:17:22.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:17:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:17:52.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:17:52.681Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:17:52.684Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:17:52.684Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:18:22.685Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:18:22.713Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:18:22.717Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:18:22.717Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:18:43.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:43.350Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T07:18:43.350Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-823b6408-7187-45f6-9877-b64bc496e3c7 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T07:18:43.350Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T07:18:43.350Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T07:18:43.758Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:18:43.771Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:18:43.771Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:18:43.778Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:18:43.778Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:18:43.798Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:18:43.798Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:18:43.798Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:18:43.803Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:18:43.804Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:18:43.804Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:18:43.804Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1168, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:18:43.804Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:18:43.804Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:18:52.718Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T07:18:52.718Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:18:52.730Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T07:18:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T07:18:52.731Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T07:18:52.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:18:52.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T07:18:52.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bb56093-a818-49c7-9992-6dbd5e8413be], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T07:18:52.764Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T07:18:52.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:18:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[237712], x-aai-txid=[0-aai-resources-230331-07:18:53:235-81519], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:18:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:18:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:18:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:18:52.901Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:18:52.911Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:18:52.912Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T07:18:52.912Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T07:18:52.912Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:52.912Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:52.912Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247132912,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:18:52.948Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247132912,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T07:18:52.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:18:53.950Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:18:53.950Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:18:53.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:18:53.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:53.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:53.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:54.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:18:54.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:54.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:54.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:55.955Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:18:55.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:55.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:55.956Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:56.958Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:18:56.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:56.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:56.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:57.961Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:18:57.961Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:57.961Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:57.961Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:58.963Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:18:58.963Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:58.963Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:58.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:18:59.966Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:18:59.966Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:18:59.966Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:18:59.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:00.968Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:19:00.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:19:00.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T07:19:00.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:19:00.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:19:01.026Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:19:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:19:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:19:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:19:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:19:01.027Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:19:01.351Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:19:01.355Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T07:19:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:19:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:19:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:19:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247141356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:02.358Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:19:02.359Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:19:02.359Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:19:02.359Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T07:19:02.360Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:19:02.360Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:19:02.471Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3449486329352511586/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T07:19:03.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:19:03.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:19:03.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:19:03.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:19:03.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:19:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:19:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:19:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T07:19:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:19:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T07:19:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:19:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247143929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:04.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:19:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T07:19:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:19:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247144930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:05.932Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:19:05.970Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:19:05.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:05.976Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:19:05.992Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:19:35.992Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:19:36.008Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T07:19:36.008Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T07:19:36.009Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T07:19:36.016Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:19:36.034Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:19:36.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T07:19:36.042Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:19:36.184Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:19:36.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:19:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[143360], x-aai-txid=[1-aai-resources-230331-07:19:36:512-5863], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:19:36.185Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:19:36.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:19:36.186Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:19:36.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:19:36.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:19:36.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:19:36.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:36.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:36.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247176196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:19:37.225Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:19:37.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:19:37.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:19:37.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:37.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:37.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:38.227Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:19:38.227Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:38.227Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:38.227Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:39.228Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:19:39.228Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:39.228Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:39.228Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:40.229Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:19:40.229Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:40.229Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:40.230Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:41.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:19:41.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:41.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:41.231Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:42.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:19:42.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:42.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:42.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:19:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247141356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247143929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247144930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247176196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:19:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:19:43.232Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:19:43.233Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:43.233Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:43.233Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:44.235Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:19:44.235Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:19:44.235Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T07:19:44.235Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:19:44.235Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:19:44.281Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:19:44.281Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:19:44.281Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:19:44.281Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:19:44.281Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:19:44.281Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:19:44.631Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:19:44.634Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T07:19:44.635Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:19:44.635Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:19:44.635Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:19:44.635Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:44.635Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:44.635Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247184635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:45.636Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:19:45.637Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:19:45.637Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:19:45.637Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T07:19:45.637Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:19:45.638Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:19:45.749Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7909936793729213897/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.262Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.263Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.263Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.263Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.263Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:19:47.263Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:19:47.263Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:19:47.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:19:47.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:19:47.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:19:47.313Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T07:19:47.313Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:19:47.313Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T07:19:47.313Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:19:47.313Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:47.314Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:47.314Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247187313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:48.314Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:19:48.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T07:19:48.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:19:48.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:19:48.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:19:48.315Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247188314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:19:49.316Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:19:49.342Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:19:49.347Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:19:49.347Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:19:49.347Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:19:49.347Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:19:49.347Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:49.347Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:49.347Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:49.348Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:19:49.348Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:19:49.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:20:19.362Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:20:19.374Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T07:20:19.375Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T07:20:19.375Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T07:20:19.381Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:20:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:20:19.398Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T07:20:19.405Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:20:19.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T07:20:19.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:20:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[245], vertex-id=[258192], x-aai-txid=[0-aai-resources-230331-07:20:19:875-98580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:20:19.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:20:19.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:20:19.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:20:19.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:20:19.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:20:19.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:20:19.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:19.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:19.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247219660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:20:20.689Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:20:20.689Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:20:20.689Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:20:20.689Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:20.689Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:20.689Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:21.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:20:21.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:21.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:21.690Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:22.691Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:20:22.691Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:20:22.691Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T07:20:22.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T07:20:22.692Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:20:22.739Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:20:22.740Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:20:22.740Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:20:22.740Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:20:22.740Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:20:22.740Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:20:23.044Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:20:23.045Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T07:20:23.045Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:20:23.045Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:20:23.045Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:20:23.045Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:23.045Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:23.045Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247223045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:24.046Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:20:24.046Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:20:24.047Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.047Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T07:20:24.047Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.047Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.115Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9016996540757034739/Definitions/service-BasicNetwork-template.yml
2023-03-31T07:20:24.458Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.459Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:20:24.460Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:20:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:20:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:20:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:20:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:20:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:20:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:20:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:20:24.515Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T07:20:24.515Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:20:24.516Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T07:20:24.516Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:20:24.516Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:24.516Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:24.516Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247224515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:25.517Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:20:25.517Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T07:20:25.517Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:20:25.518Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:25.518Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:25.518Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247225517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:26.519Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:20:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:20:26.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:20:26.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:20:26.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:20:26.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:20:26.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:20:26.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:20:26.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:20:26.550Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:20:26.550Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:20:26.562Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:20:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:20:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:20:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:20:56.563Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:20:56.574Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T07:20:56.575Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T07:20:56.575Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T07:20:56.582Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:20:56.609Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:20:56.610Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T07:20:56.617Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:20:56.749Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T07:20:56.749Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:20:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[163840], x-aai-txid=[0-aai-resources-230331-07:20:57:089-44647], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:20:56.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:20:56.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:20:56.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:20:56.758Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:20:56.758Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:20:56.759Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:20:56.759Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:56.759Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:56.759Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247256758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:20:57.786Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:20:57.787Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:20:57.787Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:20:57.788Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:57.788Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:57.788Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:58.789Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:20:58.789Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:58.789Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:58.789Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:20:59.790Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:20:59.791Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:20:59.791Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:20:59.791Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:00.793Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:00.794Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:00.794Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:00.794Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:01.796Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:01.796Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:01.796Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:01.796Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:02.798Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:02.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:02.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:02.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:03.800Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:03.801Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:03.801Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:03.801Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:04.803Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:21:04.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:21:04.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T07:21:04.804Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:21:04.805Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:21:04.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:21:04.855Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:21:04.855Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:21:04.855Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:21:04.856Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:21:04.856Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:21:05.167Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:21:05.169Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T07:21:05.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:21:05.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:21:05.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:21:05.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:05.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:05.170Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247265170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:06.172Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:21:06.172Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:21:06.172Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:06.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T07:21:06.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:06.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:06.277Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9827140458281347467/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:21:07.135Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:21:07.135Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.136Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:07.137Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:21:07.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.139Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:07.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:07.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:07.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:07.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:21:07.184Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T07:21:07.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:21:07.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T07:21:07.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:21:07.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:07.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:07.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247267185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:08.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:21:08.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T07:21:08.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:21:08.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:08.187Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:08.187Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247268186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:09.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:21:09.215Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:21:09.220Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:21:09.220Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:21:09.220Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:21:09.220Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:21:09.221Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:09.221Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:09.221Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:09.221Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:09.221Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:21:09.236Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:21:39.237Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:21:39.249Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T07:21:39.249Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T07:21:39.249Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T07:21:39.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:21:39.264Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T07:21:39.264Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1eaf90a-827d-4a8f-a091-e84b135624dc], X-ECOMP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-TransactionId=[], X-ONAP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], Content-Type=[application/merge-patch+json]}
2023-03-31T07:21:39.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:21:39.398Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:21:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[237760], x-aai-txid=[1-aai-resources-230331-07:21:39:741-9107], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:21:39.399Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:21:39.400Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:21:39.400Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:21:39.400Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:21:39.406Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:21:39.407Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:21:39.407Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:21:39.407Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:39.407Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:39.407Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247299407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:21:40.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:21:40.436Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:21:40.437Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:40.437Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:40.437Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:40.437Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:41.438Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:41.439Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:41.439Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:41.439Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:42.441Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:42.441Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:42.441Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:42.441Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247184635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247187313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247188314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247219660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:21:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247223045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247224515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247225517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T07:21:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:21:43.442Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:43.443Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:43.443Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:43.443Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:44.444Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:44.444Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:44.445Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:44.445Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:45.446Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:45.446Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:45.446Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:45.446Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:46.448Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:46.448Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:46.448Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:46.448Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:47.450Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:21:47.450Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:47.450Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:47.450Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:48.452Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:21:48.452Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:21:48.452Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T07:21:48.452Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:21:48.452Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:21:48.490Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:21:48.490Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:21:48.490Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:21:48.490Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:48.490Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:21:48.490Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:48.785Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:21:48.789Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T07:21:48.790Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:21:48.790Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:48.790Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:21:48.790Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:48.790Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:48.790Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247308790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:49.792Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:21:49.793Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:21:49.793Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:49.793Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:49.794Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:49.794Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:49.876Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10007072812628458593/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T07:21:50.433Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:50.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:21:50.435Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:21:50.493Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T07:21:50.494Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:21:50.494Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T07:21:50.494Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:21:50.494Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:50.494Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:50.494Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247310494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:51.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:21:51.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T07:21:51.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:21:51.496Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:21:51.496Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:21:51.496Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247311495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:21:52.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:21:52.541Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:21:52.546Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:21:52.547Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:21:52.562Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:22:22.563Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:22:22.575Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T07:22:22.575Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T07:22:22.576Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T07:22:22.583Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:22:22.633Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T07:22:22.634Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9518b482-c4a7-4338-b899-2b00e971f235], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T07:22:22.649Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:22:22.776Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:22:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[245952], x-aai-txid=[0-aai-resources-230331-07:22:23:119-65869], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:22:22.777Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:22:22.777Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T07:22:22.778Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:22:22.778Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:22:22.787Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:22:22.787Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:22:22.787Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:22:22.787Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:22.787Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:22.788Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247342787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:22:23.816Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:22:23.816Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:22:23.816Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:23.817Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:23.817Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:23.817Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:24.818Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:24.819Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:24.819Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:24.819Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:25.820Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:25.821Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:25.821Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:25.821Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:26.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:26.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:26.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:26.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:27.825Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:27.825Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:27.825Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:27.825Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:28.826Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:28.827Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:28.827Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:28.827Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:29.828Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:29.829Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:29.829Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:29.829Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:30.831Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:22:30.831Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:30.831Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:30.831Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:31.833Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:22:31.833Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:22:31.833Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T07:22:31.834Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:22:31.834Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:22:31.912Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:22:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:22:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:22:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:22:31.914Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:32.247Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:22:32.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T07:22:32.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:22:32.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:32.250Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:22:32.251Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:32.251Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:32.251Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247352250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:33.252Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:22:33.253Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:22:33.253Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.253Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.254Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.254Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.360Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP402236056549141877/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:22:33.862Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:22:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:22:33.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:22:33.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:22:33.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:22:33.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:22:33.865Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:22:33.865Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:22:33.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T07:22:33.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:22:33.901Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T07:22:33.902Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:22:33.902Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:33.902Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:33.902Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247353901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:34.903Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:22:34.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T07:22:34.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:22:34.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:22:34.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:22:34.905Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247354903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:35.907Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:22:35.931Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:22:35.935Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:22:35.936Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:22:35.936Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:22:35.936Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:22:35.936Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:22:35.936Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:22:35.936Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:22:35.936Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:22:35.937Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:22:35.952Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:22:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:22:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247256758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:22:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:22:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247265170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247267185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247268186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247299407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:22:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:05.952Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:23:05.965Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T07:23:05.965Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T07:23:05.966Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T07:23:05.972Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:23:05.990Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T07:23:05.991Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5d44730-0ab6-4c89-aee5-5e72ecc3751b], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T07:23:06.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:23:06.164Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:23:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[237728], x-aai-txid=[2-aai-resources-230331-07:23:06:476-37734], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:23:06.165Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:23:06.165Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:23:06.165Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:23:06.165Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:23:06.178Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:23:06.178Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:23:06.178Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:23:06.179Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:06.179Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:06.179Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247386178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:23:07.209Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:23:07.210Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:23:07.210Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:07.211Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:07.211Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:07.211Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:08.213Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:08.213Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:08.213Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:08.213Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:09.215Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:09.215Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:09.215Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:09.216Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:10.218Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:10.218Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:10.218Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:10.218Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:11.219Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:11.219Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:11.219Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:11.220Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:12.221Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:12.221Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:12.221Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:12.221Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:13.222Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:13.223Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:13.223Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:13.223Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:14.224Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:14.224Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:14.225Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:14.225Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:15.226Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:23:15.226Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:23:15.226Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T07:23:15.226Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:23:15.226Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:23:15.270Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:23:15.270Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:23:15.271Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:23:15.271Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:15.271Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:23:15.271Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:15.613Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:23:15.616Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T07:23:15.616Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:23:15.616Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:15.616Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:23:15.617Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:15.617Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:15.617Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247395616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:16.619Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:23:16.619Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:23:16.620Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:16.621Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:16.621Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:16.622Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:16.709Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5881419988405997407/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T07:23:17.259Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:23:17.259Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:23:17.259Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:23:17.260Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:23:17.261Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:23:17.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T07:23:17.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:23:17.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T07:23:17.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:23:17.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:17.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:17.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247397312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:18.314Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:23:18.314Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T07:23:18.314Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:23:18.314Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:18.315Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:18.315Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247398314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:19.315Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:23:19.341Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:23:19.349Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:23:19.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:23:19.365Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:23:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247308790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247310494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247311495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247342787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247352250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247353901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247354903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T07:23:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:23:49.365Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:23:49.372Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T07:23:49.373Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T07:23:49.373Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T07:23:49.380Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:23:49.412Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T07:23:49.412Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e12b905-9486-434f-87af-b4a6dc98fa22], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T07:23:49.423Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:23:49.579Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:23:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[208896], x-aai-txid=[0-aai-resources-230331-07:23:49:893-12627], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:23:49.580Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:23:49.580Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||InvokeReturn
2023-03-31T07:23:49.581Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:23:49.581Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:23:49.587Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:23:49.587Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:23:49.588Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:23:49.588Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:49.588Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:49.588Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247429588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:23:50.623Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:23:50.623Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:23:50.624Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:50.624Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:50.624Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:50.624Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:51.625Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:51.625Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:51.625Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:51.625Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:52.626Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:52.626Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:52.626Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:52.627Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:53.627Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:53.627Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:53.627Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:53.628Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:54.628Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:54.628Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:54.629Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:54.629Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:55.629Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:55.630Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:55.630Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:55.630Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:56.631Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:56.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:56.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:56.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:57.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:57.634Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:57.634Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:57.634Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:58.635Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:58.635Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:58.635Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:58.636Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:23:59.636Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:23:59.637Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:23:59.637Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:23:59.637Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:00.638Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:24:00.639Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:24:00.639Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T07:24:00.639Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:24:00.639Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:24:00.721Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:24:00.721Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:24:00.721Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:24:00.722Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:00.722Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:00.722Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:01.048Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:01.054Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T07:24:01.054Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:24:01.054Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:01.054Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:01.055Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:01.055Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:01.055Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247441054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:02.056Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:24:02.056Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:24:02.057Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.058Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.059Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.059Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.211Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12219808305545087227/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T07:24:02.983Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.984Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:02.985Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:02.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:02.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:24:02.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:24:03.001Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2023-03-31T07:24:03.001Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08
2023-03-31T07:24:03.001Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a3300c12-ac7b-4106-939d-706ee9d5c25e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-31T07:24:03.001Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:03.001Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-31T07:24:03.104Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:03.104Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a3300c12-ac7b-4106-939d-706ee9d5c25e 1565
2023-03-31T07:24:03.104Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-31T07:24:03.105Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-31T07:24:03.105Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:03.105Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:03.105Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:03.105Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247443104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:04.106Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "afbc1568-76ff-4a64-8e1e-77fa71e2d2e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19e00754-a088-4b52-9ecd-2061d8c68778",
    "vfModuleModelCustomizationUUID": "6d091dca-61e1-4a9a-b480-7f1ead03345b",
    "isBase": true,
    "artifacts": [
      "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
      "43415cc2-58ef-48b1-8f77-8ecb7c04be40"
    ],
    "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": "1e4e6842-9d76-4366-af3f-b4c415383d60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9984796a-7fe0-4e07-9112-e592944428f6",
    "vfModuleModelCustomizationUUID": "1bd1da4d-9cac-4d68-8730-6f340c535eb7",
    "isBase": false,
    "artifacts": [
      "66678313-ed61-423a-92fe-1b44d82d8518"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T07:24:04.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19e00754-a088-4b52-9ecd-2061d8c68778
VfModuleModelInvariantUUID:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
de8035b9-9b4d-4589-9b2c-1549aab0d84f
,
43415cc2-58ef-48b1-8f77-8ecb7c04be40

}
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:9984796a-7fe0-4e07-9112-e592944428f6
VfModuleModelInvariantUUID:1e4e6842-9d76-4366-af3f-b4c415383d60
VfModuleModelDescription:NULL
Artifacts UUID List:{
66678313-ed61-423a-92fe-1b44d82d8518

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-03-31T07:24:04.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "afbc1568-76ff-4a64-8e1e-77fa71e2d2e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19e00754-a088-4b52-9ecd-2061d8c68778",
    "vfModuleModelCustomizationUUID": "6d091dca-61e1-4a9a-b480-7f1ead03345b",
    "isBase": true,
    "artifacts": [
      "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
      "43415cc2-58ef-48b1-8f77-8ecb7c04be40"
    ],
    "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": "1e4e6842-9d76-4366-af3f-b4c415383d60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9984796a-7fe0-4e07-9112-e592944428f6",
    "vfModuleModelCustomizationUUID": "1bd1da4d-9cac-4d68-8730-6f340c535eb7",
    "isBase": false,
    "artifacts": [
      "66678313-ed61-423a-92fe-1b44d82d8518"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T07:24:04.114Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19e00754-a088-4b52-9ecd-2061d8c68778
VfModuleModelInvariantUUID:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
de8035b9-9b4d-4589-9b2c-1549aab0d84f
,
43415cc2-58ef-48b1-8f77-8ecb7c04be40

}
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:9984796a-7fe0-4e07-9112-e592944428f6
VfModuleModelInvariantUUID:1e4e6842-9d76-4366-af3f-b4c415383d60
VfModuleModelDescription:NULL
Artifacts UUID List:{
66678313-ed61-423a-92fe-1b44d82d8518

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-03-31T07:24:04.114Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de8035b9-9b4d-4589-9b2c-1549aab0d84f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-31T07:24:04.114Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:04.114Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-31T07:24:04.217Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:04.218Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml de8035b9-9b4d-4589-9b2c-1549aab0d84f 914
2023-03-31T07:24:04.218Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-31T07:24:04.218Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-31T07:24:04.218Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:04.218Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:04.218Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:04.218Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247444218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:05.219Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c86e32f4-7b6a-4bda-ba70-763537dd85b4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-31T07:24:05.219Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:05.220Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-31T07:24:05.319Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:05.320Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c86e32f4-7b6a-4bda-ba70-763537dd85b4 12
2023-03-31T07:24:05.320Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-31T07:24:05.320Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-31T07:24:05.320Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:05.320Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:05.320Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:05.321Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247445320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:06.321Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 43415cc2-58ef-48b1-8f77-8ecb7c04be40 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-31T07:24:06.322Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:06.322Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-31T07:24:06.416Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:06.416Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 43415cc2-58ef-48b1-8f77-8ecb7c04be40 96
2023-03-31T07:24:06.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-31T07:24:06.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-31T07:24:06.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:06.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:06.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:06.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247446416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:07.418Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 66678313-ed61-423a-92fe-1b44d82d8518 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-31T07:24:07.418Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:07.419Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-31T07:24:07.524Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:07.525Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 66678313-ed61-423a-92fe-1b44d82d8518 20206
2023-03-31T07:24:07.525Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-31T07:24:07.525Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-31T07:24:07.525Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:07.525Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:07.526Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:07.526Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247447525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:08.532Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T07:24:08.533Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ad98013d-76fe-4ed0-a06a-e371ccd1bb08 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:24:08.547Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19da650c, org.onap.sdc.toscaparser.api.parameters.Input@426eb965, org.onap.sdc.toscaparser.api.parameters.Input@319e449, org.onap.sdc.toscaparser.api.parameters.Input@37222457, org.onap.sdc.toscaparser.api.parameters.Input@7d9ac5ba]
2023-03-31T07:24:08.549Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.549Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.550Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-31T07:24:08.550Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
2023-03-31T07:24:08.550Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c matches Tosca VF Customization UUID: a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
2023-03-31T07:24:08.550Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-31T07:24:08.554Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.554Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.555Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-03-31T07:24:08.555Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20d9fc4d
2023-03-31T07:24:08.555Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.555Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:24:08.555Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bd1da4d-9cac-4d68-8730-6f340c535eb7
2023-03-31T07:24:08.555Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bd1da4d-9cac-4d68-8730-6f340c535eb7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-31T07:24:08.558Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:08.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:08.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:08.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:08.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:24:08.560Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:24:08.562Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d468b7dd-b9cd-4061-8830-29b60a0edf17: basic_cnf_macro
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.563Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.564Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.564Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:08.564Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:08.564Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:24:08.650Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ad98013d-76fe-4ed0-a06a-e371ccd1bb08 2 ASDC deployResourceStructure
2023-03-31T07:24:08.650Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-31T07:24:08.651Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-31T07:24:08.651Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:24:08.651Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:08.651Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:08.651Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247448650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:09.652Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-31T07:24:09.652Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-31T07:24:09.652Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:24:09.652Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:09.653Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:09.653Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247449652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:10.654Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-31T07:24:10.654Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-03-31T07:24:10.654Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:24:10.654Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:10.655Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:10.655Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247450654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:11.655Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-31T07:24:11.656Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-31T07:24:11.656Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:24:11.656Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:11.657Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:11.657Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247451655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:12.658Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-31T07:24:12.658Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-03-31T07:24:12.658Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:24:12.658Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:12.659Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:12.659Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247452658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:13.660Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:24:13.660Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:24:13.660Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:24:13.661Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:13.661Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:13.661Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247453660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:14.663Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:24:14.688Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:24:14.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:24:14.710Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:24:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:43.129Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: cached metadata has changed from (version94: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version95: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-31T07:24:43.144Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:24:43.144Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:24:43.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:24:43.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:24:43.165Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:24:43.165Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:24:43.165Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:24:43.169Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:24:43.170Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:24:43.170Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:24:43.170Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1231, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:24:43.170Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:24:43.170Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:24:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247386178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247395616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247397312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247398314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247429588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.194Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247441054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247443104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247444218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247445320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247446416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247447525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247448650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247449652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247450654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247451655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247452658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247453660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:24:44.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:24:44.711Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:24:44.725Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T07:24:44.725Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T07:24:44.726Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T07:24:44.732Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:24:44.757Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T07:24:44.758Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c95428d3-9906-4e68-aa96-7c5b2bf2fb96], X-ECOMP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-TransactionId=[], X-ONAP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], Content-Type=[application/merge-patch+json]}
2023-03-31T07:24:44.767Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:24:44.912Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:24:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[286808], x-aai-txid=[2-aai-resources-230331-07:24:45:238-29595], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:24:44.912Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:24:44.913Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||InvokeReturn
2023-03-31T07:24:44.914Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:24:44.914Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:24:44.923Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:24:44.924Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:24:44.924Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:24:44.924Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:44.925Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:44.925Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247484924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:24:45.963Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:24:45.963Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:24:45.964Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:45.964Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:45.964Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:45.964Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:46.966Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:46.966Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:46.966Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:46.966Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:47.968Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:47.968Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:47.968Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:47.968Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:48.969Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:48.969Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:48.969Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:48.969Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:49.970Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:49.970Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:49.970Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:49.970Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:50.970Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:50.971Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:50.971Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:50.971Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:51.971Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:51.971Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:51.971Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:51.971Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:52.972Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:24:52.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:52.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:52.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:53.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:24:53.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:24:53.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T07:24:53.974Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:24:53.974Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:24:54.053Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:24:54.053Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:24:54.053Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:24:54.053Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:24:54.053Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:54.054Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:24:54.415Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:54.417Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T07:24:54.418Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:24:54.418Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:24:54.418Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:54.418Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:54.418Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:54.418Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247494417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:55.419Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:24:55.420Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:24:55.420Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:55.420Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T07:24:55.420Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:55.421Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:55.567Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8981683805446353995/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:24:56.359Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:24:56.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:56.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:56.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:24:56.371Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:24:56.374Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2023-03-31T07:24:56.374Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd
2023-03-31T07:24:56.374Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-31T07:24:56.374Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:56.374Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-31T07:24:56.478Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:56.478Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8 792
2023-03-31T07:24:56.478Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-31T07:24:56.478Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-31T07:24:56.479Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:56.479Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:56.479Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:56.479Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247496478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:57.479Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f999db6d-e5b3-4e5a-8595-aa507f2283f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b52fd7bf-df97-4595-be3f-41d3cf15d792",
    "vfModuleModelCustomizationUUID": "63d6e672-11c9-4d35-a10b-70c9469f7637",
    "isBase": true,
    "artifacts": [
      "ecc4936c-1701-4633-8126-e72db4a200a0",
      "26190e0a-0430-4e5e-b3a1-0954163326f3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T07:24:57.483Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b52fd7bf-df97-4595-be3f-41d3cf15d792
VfModuleModelInvariantUUID:f999db6d-e5b3-4e5a-8595-aa507f2283f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
ecc4936c-1701-4633-8126-e72db4a200a0
,
26190e0a-0430-4e5e-b3a1-0954163326f3

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T07:24:57.484Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f999db6d-e5b3-4e5a-8595-aa507f2283f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b52fd7bf-df97-4595-be3f-41d3cf15d792",
    "vfModuleModelCustomizationUUID": "63d6e672-11c9-4d35-a10b-70c9469f7637",
    "isBase": true,
    "artifacts": [
      "ecc4936c-1701-4633-8126-e72db4a200a0",
      "26190e0a-0430-4e5e-b3a1-0954163326f3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-31T07:24:57.484Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b52fd7bf-df97-4595-be3f-41d3cf15d792
VfModuleModelInvariantUUID:f999db6d-e5b3-4e5a-8595-aa507f2283f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
ecc4936c-1701-4633-8126-e72db4a200a0
,
26190e0a-0430-4e5e-b3a1-0954163326f3

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-03-31T07:24:57.484Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ecc4936c-1701-4633-8126-e72db4a200a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-31T07:24:57.484Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:57.484Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-31T07:24:57.580Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:57.580Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ecc4936c-1701-4633-8126-e72db4a200a0 5033
2023-03-31T07:24:57.581Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-31T07:24:57.581Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-31T07:24:57.581Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:57.581Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:57.581Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:57.581Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247497581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:58.582Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26190e0a-0430-4e5e-b3a1-0954163326f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-31T07:24:58.582Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:24:58.582Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-31T07:24:58.676Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:24:58.676Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 26190e0a-0430-4e5e-b3a1-0954163326f3 903
2023-03-31T07:24:58.676Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-31T07:24:58.676Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-31T07:24:58.676Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:24:58.677Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:58.677Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:58.677Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:24:59.677Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T07:24:59.678Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4e631762-3e3f-45f5-9472-8697d565a3dd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:24:59.693Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43cfe208, org.onap.sdc.toscaparser.api.parameters.Input@3b909f1, org.onap.sdc.toscaparser.api.parameters.Input@264b6412, org.onap.sdc.toscaparser.api.parameters.Input@16726759, org.onap.sdc.toscaparser.api.parameters.Input@2a11083d]
2023-03-31T07:24:59.695Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.695Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.695Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-31T07:24:59.695Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= bec6ec00-7900-432d-9b75-fbcbdbb8c38e
2023-03-31T07:24:59.696Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bec6ec00-7900-432d-9b75-fbcbdbb8c38e matches Tosca VF Customization UUID: bec6ec00-7900-432d-9b75-fbcbdbb8c38e
2023-03-31T07:24:59.696Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: bec6ec00-7900-432d-9b75-fbcbdbb8c38e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-31T07:24:59.698Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.698Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.699Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id bec6ec00-7900-432d-9b75-fbcbdbb8c38e: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-03-31T07:24:59.699Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19f70dbd
2023-03-31T07:24:59.699Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.699Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:24:59.699Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63d6e672-11c9-4d35-a10b-70c9469f7637
2023-03-31T07:24:59.699Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63d6e672-11c9-4d35-a10b-70c9469f7637
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-31T07:24:59.702Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.702Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:59.702Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:59.702Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.703Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:59.703Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:59.703Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.703Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T07:24:59.703Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:24:59.703Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:24:59.704Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-31T07:24:59.706Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.706Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:59.706Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:24:59.706Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.706Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:24:59.706Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bec6ec00-7900-432d-9b75-fbcbdbb8c38e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:24:59.708Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.708Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.708Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 20ebc39b-f494-41bc-92d2-237c168cc3ea: basic_vm_macro
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:24:59.709Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-31T07:24:59.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4e631762-3e3f-45f5-9472-8697d565a3dd 1 ASDC deployResourceStructure
2023-03-31T07:24:59.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-31T07:24:59.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-31T07:24:59.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:24:59.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:24:59.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:24:59.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247499834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:00.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-31T07:25:00.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-31T07:25:00.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:25:00.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:00.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:00.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247500836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:01.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-31T07:25:01.838Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-31T07:25:01.838Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:25:01.838Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:01.839Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:01.839Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247501837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:02.839Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:25:02.840Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:25:02.840Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:25:02.840Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:02.840Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:02.840Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247502839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:03.841Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:25:03.864Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:25:03.868Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:03.869Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:25:03.882Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:25:33.883Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:25:33.901Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T07:25:33.901Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T07:25:33.902Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T07:25:33.908Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:25:33.925Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T07:25:33.926Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1bad4bf-88a3-4fda-b411-14138ff4b3df], X-ECOMP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-TransactionId=[], X-ONAP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], Content-Type=[application/merge-patch+json]}
2023-03-31T07:25:33.932Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:25:34.079Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:25:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[299096], x-aai-txid=[2-aai-resources-230331-07:25:34:403-53118], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:25:34.080Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:25:34.080Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||InvokeReturn
2023-03-31T07:25:34.080Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:25:34.080Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:25:34.086Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:25:34.086Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:25:34.086Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:25:34.087Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:34.087Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:34.087Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247534086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:25:35.114Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:25:35.114Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:25:35.115Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:35.115Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:35.115Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:35.116Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:36.116Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:36.117Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:36.117Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:36.118Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:37.119Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:37.119Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:37.119Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:37.119Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:38.121Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:38.121Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:38.121Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:38.121Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:39.123Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:39.124Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:39.124Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:39.124Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:40.126Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:40.126Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:40.126Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:40.126Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:41.128Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:41.128Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:41.128Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:41.128Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:42.129Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:42.129Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:42.130Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:42.130Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:43.131Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:25:43.131Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:43.131Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:43.131Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247484924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:25:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247494417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247496478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247497581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247499834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247500836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247501837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247502839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247534086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:25:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:25:44.132Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:25:44.132Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:25:44.133Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T07:25:44.133Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:25:44.133Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:25:44.188Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:25:44.189Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:25:44.189Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:25:44.189Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:25:44.190Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:25:44.190Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:25:44.505Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:25:44.509Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf 111070
2023-03-31T07:25:44.509Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:25:44.509Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:25:44.509Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:25:44.509Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:44.509Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:44.509Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247544509,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:45.511Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:25:45.511Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:25:45.512Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:45.512Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-31T07:25:45.513Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:45.513Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:45.593Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14938944711151166728/Definitions/service-TestPnfMacro-template.yml
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
Model Version:NULL
Model InvariantUuid:91e74020-2548-4ec9-95ae-982b51941b10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:25:46.228Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6971764f-d7d8-4a9f-933a-5924f9424974
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:25:46.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||test-pnf 0
2023-03-31T07:25:46.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6971764f-d7d8-4a9f-933a-5924f9424974
2023-03-31T07:25:46.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T07:25:46.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T07:25:46.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6971764f-d7d8-4a9f-933a-5924f9424974 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:25:46.235Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54520f48, org.onap.sdc.toscaparser.api.parameters.Input@2ed1f356, org.onap.sdc.toscaparser.api.parameters.Input@355516e9, org.onap.sdc.toscaparser.api.parameters.Input@2c51a609, org.onap.sdc.toscaparser.api.parameters.Input@68bdc484]
2023-03-31T07:25:46.236Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.236Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.254Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0c6036c6-0084-4415-bae6-0ffe08e3b66b: test-pnf
2023-03-31T07:25:46.255Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6971764f-d7d8-4a9f-933a-5924f9424974
2023-03-31T07:25:46.255Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:25:46.255Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:25:46.255Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Resource customization UUID: 0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4 is the same as notified resource customizationUUID: 0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-31T07:25:46.317Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6971764f-d7d8-4a9f-933a-5924f9424974 0 ASDC deployResourceStructure
2023-03-31T07:25:46.317Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:25:46.317Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:25:46.317Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-31T07:25:46.318Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:25:46.318Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:25:46.318Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247546317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:25:47.318Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:25:47.346Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:25:47.351Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:25:47.370Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:26:17.370Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:26:17.380Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T07:26:17.381Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T07:26:17.381Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T07:26:17.389Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:26:17.409Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T07:26:17.409Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2d6db9e-7d76-4295-a981-13d4380411e0], X-ECOMP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-TransactionId=[], X-ONAP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], Content-Type=[application/merge-patch+json]}
2023-03-31T07:26:17.416Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:26:17.601Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:26:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[181], vertex-id=[266432], x-aai-txid=[1-aai-resources-230331-07:26:17:889-49084], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:26:17.602Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:26:17.603Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||InvokeReturn
2023-03-31T07:26:17.603Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:26:17.603Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:26:17.610Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:26:17.610Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:26:17.610Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:26:17.611Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:17.611Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:17.611Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247577610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:26:18.648Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T07:26:18.649Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T07:26:18.650Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T07:26:18.651Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cancelled in-flight METADATA request with correlation id 126676 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-31T07:26:18.652Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T07:26:18.652Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T07:26:18.652Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T07:26:18.652Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:26:18.653Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:26:18.658Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0ca988aa-5b1f-4aa7-a9a8-bc4fba16a9f6
2023-03-31T07:26:18.659Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T07:26:18.659Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T07:26:18.659Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:26:19.577Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:22.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:25.597Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:28.615Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:31.623Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:34.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:37.642Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:40.649Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:26:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:43.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:26:43.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:26:43.157Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0ca988aa-5b1f-4aa7-a9a8-bc4fba16a9f6', protocol='range'}
2023-03-31T07:26:43.157Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:26:43.161Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:26:43.161Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:26:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:26:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:26:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:26:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:26:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0ca988aa-5b1f-4aa7-a9a8-bc4fba16a9f6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T07:26:43.178Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0ca988aa-5b1f-4aa7-a9a8-bc4fba16a9f6', protocol='range'}
2023-03-31T07:26:43.178Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T07:26:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:26:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:26:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:26:43.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:26:43.184Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:26:43.184Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:26:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:26:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:26:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:26:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:26:43.187Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:26:43.188Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:26:43.188Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:26:43.188Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1292, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:26:43.188Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:26:43.188Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:26:43.257Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:26:43.257Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:26:43.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:26:43.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:43.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:43.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:44.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:26:44.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680246769230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247544509,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247546317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247577610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:26:44.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:26:44.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:26:44.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:44.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:44.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:45.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:26:45.260Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:45.260Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:45.260Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:46.260Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:26:46.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:46.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:46.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:47.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:26:47.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:47.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:47.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:48.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:26:48.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:48.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:48.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:49.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:26:49.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:49.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:49.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:50.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:26:50.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:26:50.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T07:26:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:26:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:26:50.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:26:50.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:26:50.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:26:50.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:26:50.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:26:50.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:26:50.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:26:50.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51cc0f3d
2023-03-31T07:26:50.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:26:50.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:26:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:26:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T07:26:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T07:26:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:26:50.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:50.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:50.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247610351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:51.354Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:26:51.366Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:26:51.366Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:26:51.369Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T07:26:51.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T07:26:51.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:26:51.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:26:51.370Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:26:51.390Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:26:51.390Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a9d0e89
2023-03-31T07:26:51.390Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:26:51.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:26:51.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:26:51.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T07:26:51.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T07:26:51.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:26:51.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:26:51.391Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:26:51.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247611391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:26:52.394Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:26:52.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:26:52.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:26:52.429Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:26:52.429Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:27:22.430Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:27:22.457Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:27:22.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:27:22.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:27:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:27:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:27:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:27:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:27:52.464Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:27:52.495Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:27:52.499Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:27:52.499Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:28:22.499Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:28:22.526Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:28:22.529Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:28:22.529Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:28:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:28:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:28:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:28:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247610351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247611391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:28:52.530Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:28:52.554Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:28:52.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:28:52.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:29:22.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:29:22.586Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:29:22.591Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:29:22.591Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:29:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:29:52.592Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:29:52.614Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:29:52.619Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:29:52.619Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:30:22.620Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:30:22.653Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:30:22.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:30:22.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:30:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:30:52.658Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:30:52.680Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:30:52.685Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:30:52.685Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:31:22.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:31:22.713Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:31:22.718Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:31:22.718Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:31:43.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:43.283Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T07:31:43.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0ca988aa-5b1f-4aa7-a9a8-bc4fba16a9f6 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T07:31:43.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T07:31:43.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T07:31:43.762Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:31:43.774Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:31:43.774Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:31:43.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:31:43.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:31:43.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:31:43.798Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:31:43.798Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:31:43.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:31:43.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:31:43.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:31:43.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1305, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:31:43.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:31:43.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:31:52.719Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T07:31:52.720Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:31:52.728Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T07:31:52.729Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T07:31:52.730Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T07:31:52.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:31:52.752Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T07:31:52.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c36edcd7-1848-446d-8a4d-b68534143614], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T07:31:52.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T07:31:52.935Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:31:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-07:31:53:234-44988], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:31:52.936Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:31:52.936Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:31:52.937Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:31:52.937Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:31:52.941Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:31:52.941Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T07:31:52.942Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T07:31:52.942Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:52.942Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:52.942Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247912941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:52.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:31:52.962Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247912941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T07:31:52.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:31:53.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:31:53.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:31:53.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:31:53.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:53.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:53.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:54.966Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:31:54.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:54.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:54.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:55.968Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:31:55.969Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:55.969Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:55.969Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:56.971Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:31:56.971Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:56.971Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:56.971Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:57.973Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:31:57.973Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:57.973Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:57.973Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:58.974Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:31:58.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:58.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:58.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:31:59.976Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:31:59.977Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:31:59.977Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:31:59.977Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:00.978Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:32:00.979Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:32:00.979Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T07:32:00.979Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:32:00.979Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:32:01.036Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:32:01.037Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:32:01.037Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:32:01.037Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:32:01.037Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:32:01.038Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:32:01.373Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:32:01.377Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T07:32:01.377Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:32:01.377Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:32:01.377Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:32:01.377Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:01.378Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:01.378Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247921377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:02.379Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:32:02.380Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:32:02.380Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:32:02.380Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T07:32:02.381Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:32:02.381Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:32:02.589Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12079734348122594499/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T07:32:03.981Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:32:03.981Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:32:03.981Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.981Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:32:03.981Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:32:03.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:32:03.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:32:03.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T07:32:03.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:32:03.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:32:03.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:03.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:03.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:03.991Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:32:04.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T07:32:04.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:32:04.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T07:32:04.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:32:04.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:04.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:04.035Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247924035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:05.036Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:32:05.037Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T07:32:05.037Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:32:05.038Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:05.038Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:05.038Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247925036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:06.039Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:32:06.070Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:32:06.076Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:32:06.077Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:32:06.077Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:32:06.077Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:32:06.077Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:06.077Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:06.078Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:06.078Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:06.078Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:32:06.094Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:32:36.095Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:32:36.112Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T07:32:36.113Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T07:32:36.114Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T07:32:36.120Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:32:36.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T07:32:36.141Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f12e9ec-d93b-4ba5-8b9b-f7623e9fbb72], X-ECOMP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-TransactionId=[], X-ONAP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], Content-Type=[application/merge-patch+json]}
2023-03-31T07:32:36.148Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:32:36.300Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:32:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[143360], x-aai-txid=[2-aai-resources-230331-07:32:36:619-67596], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:32:36.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:32:36.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:32:36.302Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:32:36.302Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:32:36.315Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:32:36.315Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:32:36.316Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:32:36.316Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:36.316Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:36.316Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247956316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:32:37.347Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:32:37.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:32:37.348Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:32:37.349Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:37.349Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:37.349Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:38.350Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:32:38.351Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:38.351Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:38.351Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:39.352Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:32:39.352Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:39.352Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:39.352Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:40.353Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:32:40.353Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:40.354Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:40.354Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:41.355Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:32:41.355Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:41.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:41.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:42.357Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:32:42.358Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:42.358Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:42.358Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247921377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247924035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247925036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247956316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:32:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:32:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:32:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:32:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:32:43.360Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:32:43.360Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:43.360Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:43.360Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:44.362Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:32:44.362Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:32:44.362Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T07:32:44.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:32:44.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:32:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:32:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:32:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:32:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:32:44.407Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:32:44.408Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:32:44.749Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:32:44.752Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T07:32:44.753Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:32:44.753Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:32:44.753Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:32:44.753Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:44.753Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:44.753Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247964753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:45.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:32:45.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:32:45.755Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:32:45.756Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T07:32:45.756Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:32:45.756Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:32:45.855Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1241306590674718608/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.285Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.286Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:32:47.287Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.288Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:32:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:32:47.290Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:32:47.331Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T07:32:47.331Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:32:47.332Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T07:32:47.332Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:32:47.332Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:47.332Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:47.332Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247967331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:48.333Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:32:48.333Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T07:32:48.333Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:32:48.333Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:32:48.333Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:32:48.333Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247968333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:32:49.334Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:32:49.359Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:32:49.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:32:49.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:32:49.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:32:49.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:32:49.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:49.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:49.364Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:49.364Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:32:49.364Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:32:49.376Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:33:19.376Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:33:19.389Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T07:33:19.389Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T07:33:19.390Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T07:33:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:33:19.417Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:33:19.417Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T07:33:19.425Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:33:19.545Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T07:33:19.545Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:33:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[258192], x-aai-txid=[0-aai-resources-230331-07:33:19:896-58253], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:33:19.545Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:33:19.546Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:33:19.546Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:33:19.551Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:33:19.551Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:33:19.551Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:33:19.552Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:19.552Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:19.552Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247999551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:33:20.581Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:33:20.581Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:33:20.581Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:33:20.582Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:20.582Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:20.582Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:21.583Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:33:21.584Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:21.584Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:21.584Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:22.586Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:33:22.586Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:33:22.586Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T07:33:22.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T07:33:22.587Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:33:22.630Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:33:22.630Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:33:22.630Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:33:22.631Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:33:22.631Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:33:22.631Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:33:22.980Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:33:22.982Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T07:33:22.982Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:33:22.982Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:33:22.982Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:33:22.983Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:22.983Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:22.983Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248002982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:23.984Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:33:23.985Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:33:23.985Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:23.985Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T07:33:23.986Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:23.986Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.083Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18421942417840601313/Definitions/service-BasicNetwork-template.yml
2023-03-31T07:33:24.427Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:33:24.428Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:33:24.429Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:33:24.430Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:33:24.430Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:33:24.430Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:33:24.430Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:33:24.430Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:33:24.472Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T07:33:24.473Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:33:24.473Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T07:33:24.473Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:33:24.473Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:24.473Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:24.473Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248004473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:25.474Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:33:25.474Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T07:33:25.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:33:25.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:25.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:25.475Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248005474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:26.476Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:33:26.502Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:33:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:33:26.524Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:33:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:33:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:33:56.525Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:33:56.537Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T07:33:56.537Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T07:33:56.537Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T07:33:56.543Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:33:56.562Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T07:33:56.562Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2df5db4-65b6-4b78-a89f-aa9c9fd71fb0], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T07:33:56.571Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:33:56.706Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:33:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[163840], x-aai-txid=[0-aai-resources-230331-07:33:57:043-35353], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:33:56.706Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:33:56.707Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T07:33:56.707Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:33:56.707Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:33:56.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:33:56.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:33:56.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:33:56.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:56.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:56.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248036716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:33:57.744Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:33:57.744Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:33:57.745Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:33:57.747Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:57.747Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:57.747Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:58.748Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:33:58.748Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:58.748Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:58.748Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:33:59.749Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:33:59.749Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:33:59.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:33:59.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:00.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:00.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:00.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:00.750Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:01.751Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:01.751Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:01.751Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:01.752Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:02.753Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:02.753Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:02.753Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:02.753Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:03.754Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:03.755Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:03.755Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:03.755Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:04.757Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:34:04.757Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:34:04.757Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T07:34:04.758Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:34:04.758Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:34:04.806Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:34:04.807Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:34:04.807Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:34:04.807Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:34:04.807Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:34:04.807Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:34:05.138Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:34:05.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T07:34:05.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:34:05.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:34:05.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:34:05.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:05.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:05.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248045140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:06.142Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:34:06.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:34:06.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:06.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T07:34:06.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:06.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:06.258Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3774661962296961030/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.071Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.072Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:07.073Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:34:07.112Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T07:34:07.112Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:34:07.112Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T07:34:07.112Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:34:07.112Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:07.113Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:07.113Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248047112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:08.113Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:34:08.114Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T07:34:08.114Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:34:08.114Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:08.114Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:08.114Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248048113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:09.115Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:34:09.142Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:34:09.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:34:09.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:34:09.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:34:09.147Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:34:09.148Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:09.148Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:09.148Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:09.148Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:09.148Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:34:09.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:34:39.165Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:34:39.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T07:34:39.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T07:34:39.174Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T07:34:39.180Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:34:39.198Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:34:39.198Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T07:34:39.205Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:34:39.353Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:34:39.354Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:34:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[237760], x-aai-txid=[2-aai-resources-230331-07:34:39:677-31375], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:34:39.354Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:34:39.355Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:34:39.355Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:34:39.362Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:34:39.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:34:39.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:34:39.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:39.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:39.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248079363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:34:40.391Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:34:40.391Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:34:40.392Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:40.392Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:40.392Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:40.393Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:41.393Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:41.394Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:41.394Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:41.395Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:42.395Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:42.396Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:42.396Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:42.397Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247964753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:34:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247967331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247968333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247999551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248002982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248004473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:34:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248005474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T07:34:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:34:43.397Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:43.397Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:43.397Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:43.398Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:44.398Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:44.399Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:44.399Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:44.399Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:45.399Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:45.400Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:45.400Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:45.400Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:46.400Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:46.401Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:46.401Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:46.401Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:47.402Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:34:47.402Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:47.402Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:47.402Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:48.403Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:34:48.404Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:34:48.404Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T07:34:48.404Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:34:48.404Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:34:48.446Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:34:48.446Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:34:48.447Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:34:48.447Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:48.447Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:34:48.447Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:48.752Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:34:48.755Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T07:34:48.755Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:34:48.755Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:48.755Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:34:48.756Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:48.756Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:48.756Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248088755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:49.756Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:34:49.757Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:34:49.757Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:49.758Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:49.758Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:49.758Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:49.843Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6962251924783626686/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T07:34:50.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:34:50.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:34:50.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:34:50.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:50.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:34:50.403Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:34:50.403Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:34:50.447Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T07:34:50.447Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:34:50.448Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T07:34:50.448Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:34:50.448Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:50.448Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:50.449Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248090447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:51.449Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:34:51.450Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T07:34:51.450Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:34:51.450Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:34:51.450Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:34:51.450Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248091449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:34:52.451Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:34:52.475Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:34:52.479Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:34:52.479Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:34:52.479Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:34:52.479Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:34:52.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:52.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:52.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:52.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:34:52.480Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:34:52.496Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:35:22.496Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:35:22.507Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T07:35:22.507Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T07:35:22.507Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T07:35:22.510Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:35:22.522Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:35:22.522Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T07:35:22.533Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:35:22.668Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T07:35:22.669Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:35:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[245952], x-aai-txid=[1-aai-resources-230331-07:35:23:006-85624], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:35:22.669Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:35:22.669Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:35:22.669Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:35:22.679Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:35:22.680Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:35:22.680Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:35:22.680Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:22.680Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:22.680Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248122680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:35:23.704Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:35:23.704Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:35:23.704Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:23.705Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:23.705Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:23.705Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:24.705Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:24.706Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:24.706Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:24.706Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:25.707Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:25.707Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:25.707Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:25.707Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:26.708Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:26.708Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:26.708Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:26.708Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:27.708Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:27.709Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:27.709Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:27.709Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:28.709Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:28.710Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:28.710Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:28.711Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:29.711Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:29.712Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:29.712Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:29.712Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:30.712Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:35:30.713Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:30.713Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:30.713Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:31.714Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:35:31.714Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:35:31.714Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T07:35:31.714Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:35:31.714Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:35:31.749Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:35:31.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:35:31.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:35:31.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:31.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:35:31.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:32.018Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:35:32.019Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T07:35:32.020Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:35:32.020Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:32.020Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:35:32.020Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:32.020Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:32.020Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248132020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:33.022Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:35:33.022Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:35:33.022Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.023Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.023Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.023Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.110Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11250717780864770691/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T07:35:33.624Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:35:33.624Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:35:33.624Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.624Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:35:33.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:35:33.626Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:35:33.626Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:35:33.626Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:35:33.626Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:35:33.626Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:35:33.664Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T07:35:33.664Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:35:33.664Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T07:35:33.664Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:35:33.664Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:33.664Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:33.664Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248133664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:34.665Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:35:34.666Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T07:35:34.666Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:35:34.666Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:35:34.666Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:35:34.666Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248134665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:35.667Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:35:35.699Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:35:35.705Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:35:35.705Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:35:35.705Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:35:35.706Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:35:35.706Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:35:35.706Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:35:35.706Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:35:35.706Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:35:35.706Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:35:35.724Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:35:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:35:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248036716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:35:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248045140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248047112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248048113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248079363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:35:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:05.724Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:36:05.732Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T07:36:05.732Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T07:36:05.732Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T07:36:05.735Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:36:05.769Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T07:36:05.769Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ccebdd03-cccc-4426-b730-91ef8e10902c], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T07:36:05.776Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:36:05.919Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:36:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[237728], x-aai-txid=[2-aai-resources-230331-07:36:06:247-93492], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:36:05.919Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:36:05.921Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:36:05.922Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:36:05.922Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:36:05.933Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:36:05.933Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:36:05.933Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:36:05.934Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:05.934Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:05.934Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248165933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:36:08.094Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:36:08.094Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:36:08.095Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:08.095Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:08.095Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:08.095Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:09.095Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:09.096Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:09.096Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:09.096Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:10.097Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:10.097Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:10.097Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:10.097Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:11.098Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:11.099Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:11.099Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:11.099Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:12.099Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:12.100Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:12.100Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:12.100Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:13.100Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:13.101Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:13.101Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:13.101Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:14.107Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:14.107Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:14.107Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:14.107Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:15.108Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:15.108Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:15.108Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:15.108Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:16.109Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:36:16.110Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:36:16.110Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T07:36:16.111Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:36:16.111Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:36:16.154Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:36:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:36:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:36:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:36:16.156Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:16.429Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:36:16.433Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T07:36:16.434Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:36:16.434Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:16.434Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:36:16.434Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:16.434Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:16.434Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248176434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:17.435Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:36:17.436Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:36:17.436Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:17.436Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:17.437Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:17.437Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:17.529Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17322336187320917031/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T07:36:18.156Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:36:18.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:36:18.158Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:36:18.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:36:18.204Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T07:36:18.205Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:36:18.205Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T07:36:18.205Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:36:18.205Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:18.205Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:18.205Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248178204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:19.206Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:36:19.206Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T07:36:19.207Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:36:19.207Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:19.207Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:19.207Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248179206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:20.208Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:36:20.216Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:36:20.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:36:20.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:36:20.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:36:20.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:36:20.218Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:36:20.218Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:36:20.218Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:36:20.218Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:36:20.218Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:36:20.224Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:36:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248088755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248090447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248091449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248122680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248132020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248133664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248134665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T07:36:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:36:50.225Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:36:50.235Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T07:36:50.235Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T07:36:50.236Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T07:36:50.241Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:36:50.275Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T07:36:50.275Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28a8d0b1-7399-43e2-aa30-eecf17c3c6c4], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T07:36:50.282Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:36:50.424Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:36:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[208896], x-aai-txid=[2-aai-resources-230331-07:36:50:752-24232], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:36:50.425Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:36:50.425Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||InvokeReturn
2023-03-31T07:36:50.426Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:36:50.426Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:36:50.439Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:36:50.440Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:36:50.440Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:36:50.440Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:50.440Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:50.440Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248210440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:36:51.459Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:36:51.459Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:36:51.460Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:51.460Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:51.460Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:51.460Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:52.460Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:52.461Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:52.461Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:52.461Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:53.461Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:53.462Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:53.462Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:53.462Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:54.463Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:54.463Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:54.463Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:54.463Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:55.465Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:55.465Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:55.465Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:55.465Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:56.466Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:56.466Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:56.466Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:56.467Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:57.467Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:57.468Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:57.468Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:57.468Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:58.469Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:58.469Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:58.470Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:58.470Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:36:59.471Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:36:59.471Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:36:59.471Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:36:59.471Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:00.472Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:00.473Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:00.473Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:00.473Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:01.474Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:37:01.474Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:37:01.475Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T07:37:01.476Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:37:01.476Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:37:01.508Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:37:01.508Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:37:01.508Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:37:01.509Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:01.509Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:37:01.509Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:01.758Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:37:01.764Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T07:37:01.764Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:37:01.764Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:01.764Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:37:01.764Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:01.765Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:01.765Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248221764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:02.765Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:37:02.766Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:37:02.766Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:02.766Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T07:37:02.767Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:02.767Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:02.857Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP874628369569846611/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:37:03.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:37:03.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:37:03.667Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:03.670Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:03.670Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:03.670Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:37:05.426Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T07:37:05.427Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:37:05.427Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T07:37:05.427Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:37:05.427Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:05.427Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:05.427Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248225427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:06.428Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:37:06.429Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T07:37:06.429Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:37:06.429Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:06.429Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:06.429Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248226428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:07.430Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:37:07.451Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:37:07.456Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:37:07.456Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:37:07.456Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:37:07.456Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:37:07.456Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:07.456Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:07.457Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:07.457Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:07.457Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:37:07.462Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:37:37.463Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:37:37.477Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T07:37:37.477Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T07:37:37.478Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T07:37:37.484Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:37:37.501Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T07:37:37.501Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4860c3d3-069d-40c1-a5c6-d0c7c34650c2], X-ECOMP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-TransactionId=[], X-ONAP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], Content-Type=[application/merge-patch+json]}
2023-03-31T07:37:37.511Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:37:37.652Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:37:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[286808], x-aai-txid=[1-aai-resources-230331-07:37:37:983-541], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:37:37.652Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:37:37.653Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||InvokeReturn
2023-03-31T07:37:37.654Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:37:37.654Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:37:37.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:37:37.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:37:37.665Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:37:37.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:37.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:37.666Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248257665,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:37:38.709Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:37:38.709Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:37:38.710Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:38.710Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:38.710Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:38.710Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:39.711Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:39.711Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:39.712Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:39.712Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:40.713Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:40.713Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:40.714Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:40.714Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:41.715Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:41.715Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:41.715Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:41.715Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:42.716Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:42.716Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:42.717Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:42.717Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:43.129Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: cached metadata has changed from (version97: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version98: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-31T07:37:43.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:37:43.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:37:43.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:37:43.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:37:43.167Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:37:43.167Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:37:43.168Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:37:43.173Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:37:43.173Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:37:43.173Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:37:43.173Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1368, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:37:43.173Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:37:43.173Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:37:43.718Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:43.718Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:43.718Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:43.719Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:44.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248165933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248176434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248178204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248179206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248210440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248221764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248225427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248226428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T07:37:44.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248257665,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:37:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:37:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:37:44.719Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:44.720Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:44.720Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:44.720Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:45.720Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:37:45.721Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:45.721Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:45.721Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:46.722Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:37:46.723Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:37:46.723Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T07:37:46.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:37:46.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:37:46.776Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:37:46.776Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:37:46.776Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:37:46.776Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:37:46.776Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:37:46.777Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:37:47.022Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:37:47.024Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T07:37:47.025Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:37:47.025Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:37:47.025Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:37:47.025Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:47.025Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:47.025Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248267025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:48.026Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:37:48.027Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:37:48.027Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.027Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.027Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.028Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.166Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14387695154152622043/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:37:48.941Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:37:48.942Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:37:48.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:48.945Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.945Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:48.945Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:37:48.945Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:37:48.945Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:37:49.006Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T07:37:49.006Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:37:49.006Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T07:37:49.006Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:37:49.006Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:49.006Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:49.006Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248269006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:50.007Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:37:50.007Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T07:37:50.008Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:37:50.008Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:37:50.008Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:37:50.008Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248270007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:37:51.009Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:37:51.039Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:37:51.044Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:37:51.044Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:37:51.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:37:51.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:37:51.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:51.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:51.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:51.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:37:51.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:37:51.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:38:21.063Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:38:21.067Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T07:38:21.067Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T07:38:21.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T07:38:21.076Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:38:21.094Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T07:38:21.094Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f65b7cff-358a-4d87-ae79-d356dffc72e4], X-ECOMP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-TransactionId=[], X-ONAP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], Content-Type=[application/merge-patch+json]}
2023-03-31T07:38:21.131Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:38:21.352Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:38:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[215], vertex-id=[299096], x-aai-txid=[2-aai-resources-230331-07:38:21:605-50784], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:38:21.352Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:38:21.352Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||InvokeReturn
2023-03-31T07:38:21.353Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:38:21.353Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:38:21.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:38:21.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:38:21.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:38:21.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:21.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:21.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248301364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:38:22.383Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:38:22.383Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:38:22.384Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:22.384Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:22.384Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:22.384Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:23.385Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:23.386Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:23.386Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:23.386Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:24.387Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:24.388Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:24.388Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:24.388Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:25.389Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:25.390Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:25.390Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:25.390Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:26.392Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:26.392Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:26.392Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:26.392Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:27.394Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:27.394Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:27.394Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:27.394Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:28.395Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:28.395Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:28.395Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:28.395Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:29.396Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:29.396Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:29.396Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:29.396Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:30.396Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:38:30.397Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:30.397Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:30.397Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:31.397Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:38:31.398Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:38:31.398Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T07:38:31.399Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:38:31.399Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:38:31.453Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:38:31.453Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:38:31.453Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:38:31.453Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:38:31.453Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:38:31.454Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:38:31.474Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@c266624
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:31.475Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248311475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:32.476Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:38:32.539Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T07:38:32.540Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:38:32.540Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T07:38:32.540Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:38:32.540Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:32.540Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:32.540Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248312540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:33.541Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:38:33.541Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T07:38:33.541Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:38:33.541Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:38:33.541Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:38:33.541Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248313541,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:34.542Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:38:34.566Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:38:34.571Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:38:34.572Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:38:34.589Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:38:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:38:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248267025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248269006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248270007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248301364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680247578648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248311475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248312540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T07:38:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:38:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T07:38:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248313541,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T07:38:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:39:04.589Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:39:04.601Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T07:39:04.602Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T07:39:04.603Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T07:39:04.608Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:39:04.635Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T07:39:04.638Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b9c45db-3f1c-47f8-a3a8-18e019918ed3], X-ECOMP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-TransactionId=[], X-ONAP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], Content-Type=[application/merge-patch+json]}
2023-03-31T07:39:04.646Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:39:04.796Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:39:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[266432], x-aai-txid=[2-aai-resources-230331-07:39:05:118-83133], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:39:04.797Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:39:04.798Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||InvokeReturn
2023-03-31T07:39:04.798Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:39:04.798Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:39:04.807Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:39:04.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:39:04.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:39:04.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:04.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:04.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248344808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:39:05.842Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T07:39:05.842Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T07:39:05.844Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T07:39:05.844Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 1 disconnected.
2023-03-31T07:39:05.845Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cancelled in-flight METADATA request with correlation id 126789 due to node 1 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, request timeout: 30000ms)
2023-03-31T07:39:05.845Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T07:39:05.846Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T07:39:05.846Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:39:05.846Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:39:05.852Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0f51edb9-ac98-4bc3-9db0-65051baf0246
2023-03-31T07:39:05.852Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T07:39:05.852Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T07:39:05.852Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:39:07.554Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:10.563Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:13.576Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:16.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:19.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:22.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:25.609Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:28.618Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:31.629Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:34.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:37.651Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:40.660Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:39:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:43.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:39:43.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:39:43.152Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0f51edb9-ac98-4bc3-9db0-65051baf0246', protocol='range'}
2023-03-31T07:39:43.152Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:39:43.156Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:39:43.156Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:39:43.156Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:39:43.156Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:39:43.157Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:39:43.157Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:39:43.157Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0f51edb9-ac98-4bc3-9db0-65051baf0246=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T07:39:43.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:39:43.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:39:43.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:39:43.175Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0f51edb9-ac98-4bc3-9db0-65051baf0246', protocol='range'}
2023-03-31T07:39:43.175Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T07:39:43.175Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:39:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:39:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:39:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:39:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:39:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:39:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:39:43.180Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:39:43.180Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:39:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:39:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1419, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:39:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:39:43.181Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:39:43.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:39:43.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:39:43.214Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:39:43.214Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:43.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:43.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:39:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248344808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:39:44.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:39:44.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:39:44.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:39:44.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:39:44.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:39:44.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:44.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:44.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:45.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:39:45.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:45.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:45.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:46.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:39:46.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:46.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:46.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:47.218Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:39:47.218Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:47.218Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:47.218Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:48.219Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:39:48.219Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:48.219Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:48.219Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:49.220Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:39:49.220Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:49.220Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:49.220Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:50.221Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:39:50.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:39:50.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T07:39:50.222Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:39:50.222Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:39:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:39:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:39:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:39:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:39:50.270Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:39:50.270Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2493befb
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T07:39:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:39:50.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:50.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:50.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248390298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:51.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:39:51.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:39:51.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:39:51.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T07:39:51.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T07:39:51.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:39:51.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:39:51.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:39:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:39:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@67c81941
2023-03-31T07:39:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:39:51.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:39:51.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:39:51.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T07:39:51.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T07:39:51.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:39:51.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:39:51.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:39:51.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248391349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:39:52.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:39:52.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:39:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:39:52.385Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:39:52.386Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:40:22.386Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:40:22.411Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:40:22.415Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:40:22.416Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:40:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:40:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:40:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:40:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:40:52.416Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:40:52.443Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:40:52.448Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:40:52.448Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:41:22.449Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:41:22.477Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:41:22.481Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:41:22.482Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:41:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T07:41:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248390298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248391349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:41:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:41:52.482Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:41:52.503Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:41:52.506Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:41:52.506Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:42:22.507Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:42:22.529Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:42:22.532Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:42:22.532Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:42:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:42:52.532Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:42:52.551Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:42:52.555Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:42:52.555Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:43:22.556Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:43:22.582Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:43:22.586Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:43:22.586Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:43:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:43:52.586Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:43:52.613Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:43:52.618Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:43:52.618Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:44:22.618Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:44:22.647Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:44:22.654Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:44:22.654Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:44:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:43.291Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T07:44:43.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-0f51edb9-ac98-4bc3-9db0-65051baf0246 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T07:44:43.292Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T07:44:43.292Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T07:44:43.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:44:43.807Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:44:43.808Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:44:43.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:44:43.813Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:44:43.831Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:44:43.831Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:44:43.831Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:44:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:44:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:44:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:44:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1429, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:44:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:44:43.837Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:44:52.654Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T07:44:52.655Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:44:52.665Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T07:44:52.666Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T07:44:52.666Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T07:44:52.669Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:44:52.680Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:44:52.680Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T07:44:52.687Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T07:44:52.845Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:44:52.846Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:44:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[237712], x-aai-txid=[0-aai-resources-230331-07:44:53:160-71603], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:44:52.846Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:44:52.846Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:44:52.846Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:44:52.853Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:44:52.853Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T07:44:52.853Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T07:44:52.853Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:52.854Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:52.854Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248692853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:52.872Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:44:52.872Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248692853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T07:44:52.873Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:44:53.885Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:44:53.885Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:44:53.885Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:44:53.885Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:53.885Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:53.886Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:54.887Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:44:54.887Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:54.887Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:54.888Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:55.889Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:44:55.889Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:55.889Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:55.890Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:56.891Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:44:56.891Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:56.892Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:56.892Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:57.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:44:57.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:57.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:57.893Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:58.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:44:58.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:58.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:58.895Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:44:59.897Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:44:59.897Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:44:59.898Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:44:59.898Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:00.899Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:45:00.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:45:00.900Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T07:45:00.900Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:45:00.901Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:45:00.953Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:45:00.953Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:45:00.954Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:45:00.954Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:45:00.954Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:45:00.954Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:45:01.288Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:45:01.292Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T07:45:01.292Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:45:01.292Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:45:01.293Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:45:01.293Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:01.293Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:01.293Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248701292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:02.295Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:45:02.295Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:45:02.295Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:45:02.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T07:45:02.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:45:02.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:45:02.408Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13921991409211346036/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T07:45:03.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:03.916Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:03.917Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:45:03.918Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:45:03.919Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.920Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T07:45:03.921Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:03.922Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:45:03.970Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T07:45:03.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:45:03.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T07:45:03.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:45:03.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:03.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:03.971Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248703971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:04.972Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:45:04.972Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T07:45:04.972Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:45:04.972Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:04.972Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:04.972Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248704971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:05.973Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:45:05.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:06.004Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:45:06.020Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:45:36.020Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:45:36.032Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T07:45:36.032Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T07:45:36.033Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T07:45:36.039Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:45:36.058Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T07:45:36.058Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34999eb1-51d9-492b-8715-dfd2aa00fda0], X-ECOMP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-TransactionId=[], X-ONAP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], Content-Type=[application/merge-patch+json]}
2023-03-31T07:45:36.065Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:45:36.215Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:45:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[143360], x-aai-txid=[2-aai-resources-230331-07:45:36:539-48684], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:45:36.216Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:45:36.216Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:45:36.217Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:45:36.217Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:45:36.225Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:45:36.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:45:36.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:45:36.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:36.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:36.226Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248736226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:45:37.258Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:45:37.259Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:45:37.259Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:45:37.260Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:37.260Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:37.260Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:38.261Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:45:38.261Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:38.261Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:38.262Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:39.262Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:45:39.262Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:39.262Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:39.262Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:40.263Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:45:40.263Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:40.263Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:40.263Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:41.264Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:45:41.264Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:41.264Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:41.264Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:42.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:45:42.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:42.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:42.265Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:45:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248701292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248703971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248704971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248736226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:45:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:45:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:45:43.266Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:45:43.266Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:43.266Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:43.266Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:44.267Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:45:44.267Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:45:44.267Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T07:45:44.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:45:44.267Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:45:44.312Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:45:44.312Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:45:44.312Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:45:44.312Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:45:44.313Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:45:44.313Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:45:44.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:45:44.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T07:45:44.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:45:44.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:45:44.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:45:44.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:44.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:44.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248744660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:45.661Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:45:45.661Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:45:45.662Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:45:45.662Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T07:45:45.663Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:45:45.663Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:45:45.861Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8170192156343621005/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T07:45:47.304Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.305Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.306Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:45:47.307Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:45:47.308Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:45:47.309Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:45:47.310Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:45:47.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T07:45:47.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:45:47.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T07:45:47.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:45:47.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:47.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:47.361Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248747361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:48.362Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:45:48.362Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T07:45:48.362Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:45:48.362Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:45:48.362Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:45:48.362Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248748362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:45:49.363Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:45:49.388Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:45:49.393Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:45:49.393Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:45:49.393Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:45:49.393Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:45:49.394Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:49.394Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:49.394Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:49.394Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:45:49.394Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:45:49.406Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:46:19.406Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:46:19.418Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T07:46:19.418Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T07:46:19.419Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T07:46:19.426Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:46:19.445Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T07:46:19.446Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47936b9a-091a-4daf-a3d7-6c30991a8f2d], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T07:46:19.453Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:46:19.671Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:46:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[214], vertex-id=[258192], x-aai-txid=[0-aai-resources-230331-07:46:19:924-7899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:46:19.671Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:46:19.672Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T07:46:19.672Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:46:19.672Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:46:19.685Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:46:19.686Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:46:19.686Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:46:19.686Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:19.686Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:19.686Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248779686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:46:20.717Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:46:20.718Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:46:20.718Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:46:20.718Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:20.718Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:20.718Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:21.719Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:46:21.719Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:21.719Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:21.719Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:22.720Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:46:22.720Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:46:22.720Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T07:46:22.720Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T07:46:22.721Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:46:22.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:46:22.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:46:22.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:46:22.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:46:22.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:46:22.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:46:23.074Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:46:23.076Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T07:46:23.076Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:46:23.076Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:46:23.076Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:46:23.077Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:23.077Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:23.077Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248783076,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:24.077Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:46:24.078Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:46:24.078Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.078Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T07:46:24.079Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.079Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.153Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13284733326441372962/Definitions/service-BasicNetwork-template.yml
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:46:24.461Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:46:24.462Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:46:24.509Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T07:46:24.509Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:46:24.509Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T07:46:24.509Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:46:24.509Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:24.509Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:24.510Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248784509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:25.510Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:46:25.510Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T07:46:25.510Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:46:25.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:25.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:25.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248785510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:26.511Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:46:26.539Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:46:26.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:46:26.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:46:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:46:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:46:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:46:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:46:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:46:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:46:26.545Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:46:26.560Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:46:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:46:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:46:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:46:56.561Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:46:56.572Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T07:46:56.572Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T07:46:56.573Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T07:46:56.576Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:46:56.587Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:46:56.587Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T07:46:56.593Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:46:56.723Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T07:46:56.724Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:46:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[163840], x-aai-txid=[1-aai-resources-230331-07:46:57:063-83959], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:46:56.724Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:46:56.724Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:46:56.724Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:46:56.732Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:46:56.732Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:46:56.732Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:46:56.733Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:56.733Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:56.733Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248816732,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:46:57.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:46:57.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:46:57.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:46:57.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:57.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:57.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:58.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:46:58.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:58.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:58.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:46:59.764Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:46:59.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:46:59.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:46:59.765Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:00.766Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:00.766Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:00.766Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:00.766Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:01.766Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:01.767Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:01.767Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:01.767Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:02.768Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:02.768Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:02.768Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:02.768Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:03.769Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:03.769Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:03.770Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:03.770Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:04.771Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:47:04.771Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:47:04.771Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T07:47:04.771Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:47:04.771Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:47:04.835Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:47:04.836Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:47:04.836Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:47:04.836Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:47:04.836Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:47:04.837Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:47:05.185Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:47:05.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T07:47:05.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:47:05.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T07:47:05.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:47:05.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:05.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:05.189Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248825188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:06.189Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:47:06.190Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:47:06.190Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:06.191Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T07:47:06.191Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:06.191Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:06.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2537820755337057870/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:47:07.154Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:47:07.154Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:47:07.154Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:07.155Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.156Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:47:07.157Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T07:47:07.158Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:07.159Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:47:07.213Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T07:47:07.213Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:47:07.213Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T07:47:07.213Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:47:07.214Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:07.214Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:07.214Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248827213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:08.215Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T07:47:08.215Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T07:47:08.215Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:47:08.215Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:08.216Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:08.216Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:09.217Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:47:09.246Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:47:09.251Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:47:09.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:47:09.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:47:09.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:47:09.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:09.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:09.253Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:09.253Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:09.253Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:47:09.267Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:47:39.267Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:47:39.276Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T07:47:39.276Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T07:47:39.277Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T07:47:39.280Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:47:39.297Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T07:47:39.297Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf2f8a5f-ab4d-430e-9337-00c9e7cefd2b], X-ECOMP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-TransactionId=[], X-ONAP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], Content-Type=[application/merge-patch+json]}
2023-03-31T07:47:39.303Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:47:39.438Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:47:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[237760], x-aai-txid=[1-aai-resources-230331-07:47:39:773-60485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:47:39.439Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:47:39.443Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:47:39.444Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:47:39.444Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:47:39.454Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:47:39.454Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:47:39.454Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:47:39.455Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:39.455Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:39.455Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248859454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:47:40.488Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:47:40.488Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:47:40.489Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:40.489Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:40.489Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:40.489Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:41.491Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:41.493Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:41.493Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:41.493Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:42.494Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:42.495Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:42.495Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:42.496Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248744660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248747361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248748362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248779686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248783076,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248784509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248785510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T07:47:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:47:43.497Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:43.497Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:43.497Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:43.497Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:44.498Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:44.499Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:44.499Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:44.499Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:45.500Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:45.501Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:45.501Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:45.501Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:46.502Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:46.503Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:46.503Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:46.503Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:47.503Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:47:47.504Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:47.504Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:47.504Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:48.505Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:47:48.505Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:47:48.505Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T07:47:48.506Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:47:48.506Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:47:48.559Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:47:48.559Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:47:48.560Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:47:48.560Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:48.560Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:47:48.560Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:48.848Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:47:48.851Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T07:47:48.851Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:47:48.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:48.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:47:48.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:48.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:48.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248868851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:49.853Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:47:49.854Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:47:49.855Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:49.855Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:49.856Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:49.856Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:49.966Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7412198808401296132/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.528Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:47:50.529Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:47:50.592Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T07:47:50.592Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:47:50.592Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T07:47:50.592Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:47:50.593Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:50.593Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:50.593Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248870592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:51.593Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T07:47:51.594Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T07:47:51.594Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:47:51.594Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:47:51.594Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:47:51.594Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248871593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:47:52.595Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:47:52.615Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:47:52.618Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:47:52.619Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:47:52.629Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:48:22.630Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:48:22.642Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T07:48:22.642Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T07:48:22.642Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T07:48:22.648Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:48:22.667Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:48:22.668Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T07:48:22.675Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:48:22.815Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T07:48:22.815Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:48:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[245952], x-aai-txid=[2-aai-resources-230331-07:48:23:148-37899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:48:22.815Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:48:22.815Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:48:22.815Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:48:22.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:48:22.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:48:22.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:48:22.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:22.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:22.823Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248902823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:48:23.849Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:48:23.849Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:48:23.850Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:23.850Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:23.850Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:23.850Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:24.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:24.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:24.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:24.852Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:25.853Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:25.853Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:25.853Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:25.854Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:26.855Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:26.856Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:26.856Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:26.856Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:27.857Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:27.858Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:27.858Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:27.858Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:28.859Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:28.859Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:28.859Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:28.859Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:29.860Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:29.861Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:29.861Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:29.861Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:30.862Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:48:30.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:30.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:30.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:31.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:48:31.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:48:31.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T07:48:31.865Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:48:31.865Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:48:31.912Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:48:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:48:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:48:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:48:31.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:32.252Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:48:32.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T07:48:32.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:48:32.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:32.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:48:32.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:32.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:32.255Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248912255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:33.256Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:48:33.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:48:33.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.258Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.258Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.258Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.341Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6697665062932412524/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T07:48:33.954Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:48:33.954Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:48:33.954Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.954Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:48:33.955Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:48:33.956Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:48:34.000Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T07:48:34.000Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:48:34.000Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T07:48:34.001Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:48:34.001Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:34.001Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:34.001Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248914000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:35.001Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T07:48:35.002Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T07:48:35.002Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:48:35.002Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:48:35.002Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:48:35.002Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248915001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:36.003Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:48:36.035Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:48:36.040Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:48:36.041Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:48:36.041Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:48:36.041Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:48:36.042Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:48:36.042Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:48:36.042Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:48:36.042Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:48:36.042Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:48:36.058Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:48:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248816732,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248825188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248827213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248828215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248859454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:48:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:48:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:48:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:48:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:48:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:06.059Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:49:06.071Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T07:49:06.072Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T07:49:06.072Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T07:49:06.078Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:49:06.091Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:49:06.092Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T07:49:06.099Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:49:06.244Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T07:49:06.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:49:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[237728], x-aai-txid=[1-aai-resources-230331-07:49:06:572-83674], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:49:06.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:49:06.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:49:06.245Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:49:06.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:49:06.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:49:06.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:49:06.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:06.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:06.257Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248946257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:49:07.290Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:49:07.290Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:49:07.291Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:07.291Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:07.291Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:07.291Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:08.292Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:08.292Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:08.292Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:08.292Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:09.293Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:09.293Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:09.293Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:09.293Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:10.294Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:10.294Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:10.295Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:10.295Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:11.296Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:11.296Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:11.296Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:11.297Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:12.297Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:12.298Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:12.298Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:12.298Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:13.298Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:13.299Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:13.299Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:13.299Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:14.300Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:14.300Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:14.300Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:14.300Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:15.301Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:49:15.302Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:49:15.302Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T07:49:15.302Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:49:15.302Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:49:15.350Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:49:15.351Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:49:15.351Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:49:15.351Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:15.351Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:49:15.351Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:15.664Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:49:15.666Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T07:49:15.667Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:49:15.667Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:15.667Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:49:15.667Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:15.667Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:15.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248955667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:16.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:49:16.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:49:16.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:16.671Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:16.671Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:16.671Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:16.757Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17575166211217416794/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.307Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:49:17.308Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:49:17.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:49:17.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:49:17.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:49:17.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:49:17.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:49:17.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:49:17.309Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:49:17.359Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T07:49:17.359Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:49:17.359Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T07:49:17.359Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:49:17.359Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:17.359Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:17.359Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248957359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:18.361Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T07:49:18.361Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T07:49:18.361Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:49:18.362Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:18.362Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:18.362Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248958361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:19.363Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:49:19.389Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:49:19.393Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:49:19.393Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:49:19.393Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:49:19.394Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:49:19.394Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:49:19.394Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:49:19.394Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:49:19.394Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:49:19.394Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:49:19.407Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:49:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248868851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248870592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248871593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248902823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.134Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248912255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:49:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248914000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T07:49:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:49:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248915001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T07:49:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:49:49.408Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:49:49.419Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T07:49:49.419Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T07:49:49.420Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T07:49:49.423Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:49:49.436Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:49:49.436Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T07:49:49.443Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:49:49.729Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||InvokeReturn
2023-03-31T07:49:49.729Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:49:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[281], vertex-id=[208896], x-aai-txid=[1-aai-resources-230331-07:49:49:915-64111], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:49:49.729Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:49:49.730Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:49:49.730Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:49:49.738Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:49:49.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:49:49.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:49:49.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:49.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:49.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248989739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:49:50.773Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:49:50.773Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:49:50.774Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:50.774Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:50.774Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:50.774Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:51.776Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:51.776Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:51.776Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:51.776Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:52.778Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:52.778Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:52.778Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:52.778Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:53.779Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:53.779Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:53.779Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:53.779Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:54.780Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:54.780Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:54.780Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:54.781Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:55.781Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:55.781Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:55.781Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:55.781Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:56.782Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:56.782Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:56.782Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:56.782Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:57.783Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:57.783Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:57.783Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:57.783Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:58.784Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:58.785Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:58.785Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:58.785Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:49:59.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:49:59.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:49:59.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:49:59.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:00.788Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:50:00.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:50:00.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T07:50:00.790Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:50:00.790Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:50:00.833Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:50:00.834Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:50:00.834Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:50:00.834Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:00.835Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:50:00.835Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:01.146Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:50:01.152Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T07:50:01.153Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:50:01.153Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:01.154Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:50:01.154Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:01.154Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:01.155Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249001153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:02.157Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:50:02.157Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:50:02.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:02.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T07:50:02.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:02.167Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:02.256Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15792831868833708542/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:50:03.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:50:03.112Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:03.113Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:50:03.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T07:50:03.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:50:03.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T07:50:03.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:50:03.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:03.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:03.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249003158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:04.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:50:04.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T07:50:04.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:50:04.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:04.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:04.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249004159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:05.160Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:50:05.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:50:05.181Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:05.182Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:50:05.194Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:50:35.194Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:50:35.202Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T07:50:35.202Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T07:50:35.203Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T07:50:35.205Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:50:35.216Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:50:35.216Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T07:50:35.224Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:50:35.365Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||InvokeReturn
2023-03-31T07:50:35.365Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:50:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[286808], x-aai-txid=[1-aai-resources-230331-07:50:35:698-82429], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:50:35.365Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:50:35.365Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:50:35.365Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:50:35.378Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:50:35.378Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:50:35.378Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:50:35.379Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:35.379Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:35.379Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249035378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:50:36.409Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:50:36.409Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:50:36.409Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:36.410Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:36.410Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:36.410Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:37.410Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:37.411Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:37.411Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:37.411Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:38.411Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:38.412Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:38.412Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:38.412Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:39.412Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:39.413Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:39.413Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:39.413Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:40.413Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:40.413Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:40.414Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:40.414Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:41.415Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:41.415Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:41.415Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:41.415Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:42.416Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:42.416Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:42.416Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:42.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-03-31T07:50:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:50:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:50:43.143Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:50:43.143Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:50:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:50:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:50:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:50:43.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:50:43.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:50:43.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:50:43.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1492, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:50:43.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:50:43.158Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:50:43.417Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:50:43.418Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:43.418Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:43.418Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248946257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248955667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248957359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248958361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248989739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249001153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249003158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249004159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249035378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:50:44.176Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:50:44.419Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:50:44.419Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:50:44.419Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T07:50:44.419Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:50:44.419Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:50:44.467Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:50:44.468Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:50:44.468Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:50:44.468Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:50:44.468Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:50:44.468Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:50:44.778Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:50:44.781Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T07:50:44.781Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:50:44.781Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T07:50:44.781Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:50:44.782Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:44.782Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:44.782Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249044781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:45.783Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:50:45.784Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:50:45.784Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:45.784Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T07:50:45.785Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:45.785Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:45.865Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8771997265122757513/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T07:50:46.745Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:46.746Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T07:50:46.747Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:50:46.748Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.749Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:46.750Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:50:46.750Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:50:46.750Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:50:46.799Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T07:50:46.800Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:50:46.800Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T07:50:46.800Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:50:46.800Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:46.800Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:46.800Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249046799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:47.801Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:50:47.801Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T07:50:47.801Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:50:47.801Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:50:47.801Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:50:47.801Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249047801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:50:48.802Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:50:48.823Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:50:48.826Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:50:48.826Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:50:48.826Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:50:48.827Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:50:48.827Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:48.827Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:48.827Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:48.827Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:50:48.827Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:50:48.840Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:51:18.840Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:51:18.850Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T07:51:18.850Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T07:51:18.851Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T07:51:18.857Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:51:18.873Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:51:18.874Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T07:51:18.880Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:51:19.017Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||InvokeReturn
2023-03-31T07:51:19.018Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:51:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[299096], x-aai-txid=[1-aai-resources-230331-07:51:19:351-20374], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:51:19.018Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:51:19.018Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:51:19.018Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:51:19.028Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:51:19.028Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:51:19.028Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:51:19.028Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:19.028Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:19.028Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249079028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:51:20.061Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:51:20.061Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:51:20.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:20.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:20.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:20.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:21.063Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:21.064Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:21.064Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:21.064Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:22.065Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:22.066Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:22.066Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:22.066Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:23.067Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:23.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:23.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:23.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:24.073Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:24.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:24.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:24.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:25.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:25.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:25.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:25.075Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:26.075Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:26.076Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:26.076Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:26.076Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:27.076Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:27.077Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:27.077Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:27.077Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:28.078Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:51:28.078Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:28.078Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:28.078Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:29.079Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:51:29.080Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:51:29.080Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T07:51:29.080Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T07:51:29.080Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:51:29.123Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:51:29.123Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:51:29.123Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:51:29.124Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:51:29.124Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:51:29.124Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T07:51:29.155Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:51:29.155Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@311df920
2023-03-31T07:51:29.155Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:51:29.156Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T07:51:29.156Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:51:29.156Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:51:29.156Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T07:51:29.156Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:51:29.157Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:29.157Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:29.157Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249089156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:30.157Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:51:30.204Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T07:51:30.205Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:51:30.205Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T07:51:30.205Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:51:30.220Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:30.220Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:30.220Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249090205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:31.221Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T07:51:31.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T07:51:31.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:51:31.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:51:31.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:51:31.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249091221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:32.223Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:51:32.247Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:51:32.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:51:32.266Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:51:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:51:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249044781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249046799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249047801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249079028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680248345842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:51:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249089156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249090205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249091221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T07:51:43.140Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:52:02.266Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:52:02.279Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T07:52:02.279Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T07:52:02.279Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T07:52:02.282Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:52:02.299Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T07:52:02.300Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7c38859-66ec-4a76-bf7b-cc001e0acef8], X-ECOMP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-TransactionId=[], X-ONAP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], Content-Type=[application/merge-patch+json]}
2023-03-31T07:52:02.307Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:52:02.442Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:52:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[266432], x-aai-txid=[1-aai-resources-230331-07:52:02:777-53154], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:52:02.442Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:52:02.443Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||InvokeReturn
2023-03-31T07:52:02.443Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:52:02.443Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:52:02.451Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:52:02.452Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:52:02.452Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:52:02.452Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:02.452Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:02.452Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249122452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:52:03.479Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T07:52:03.480Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T07:52:03.481Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 1 disconnected.
2023-03-31T07:52:03.481Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T07:52:03.481Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cancelled in-flight METADATA request with correlation id 126902 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-31T07:52:03.481Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T07:52:03.482Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T07:52:03.482Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:52:03.482Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:52:03.487Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4da77465-c636-4af6-9745-a6849c031585
2023-03-31T07:52:03.487Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T07:52:03.488Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T07:52:03.488Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T07:52:04.518Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:07.524Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:10.533Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:13.541Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:16.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:19.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:22.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:25.568Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:28.577Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:31.590Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:34.597Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:37.604Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:40.614Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:52:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:43.141Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:52:43.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:52:43.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:52:43.148Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4da77465-c636-4af6-9745-a6849c031585', protocol='range'}
2023-03-31T07:52:43.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:52:43.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:52:43.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:52:43.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:52:43.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:52:43.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T07:52:43.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4da77465-c636-4af6-9745-a6849c031585=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T07:52:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4da77465-c636-4af6-9745-a6849c031585', protocol='range'}
2023-03-31T07:52:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T07:52:43.180Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T07:52:43.180Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:52:43.180Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:52:43.180Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:52:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:52:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:52:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:52:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:52:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:52:43.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T07:52:43.186Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:52:43.186Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:52:43.186Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:52:43.186Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1543, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:52:43.186Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:52:43.186Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:52:43.286Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:52:43.286Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:52:43.287Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:52:43.287Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:43.287Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:43.287Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:44.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:52:44.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249122452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:52:44.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:52:44.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:52:44.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:52:44.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:52:44.288Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:52:44.288Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:44.288Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:44.289Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:45.289Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:52:45.290Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:45.290Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:45.290Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:46.291Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:52:46.291Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:46.292Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:46.292Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:47.292Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:52:47.293Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:47.293Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:47.293Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:48.293Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:52:48.294Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:48.294Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:48.294Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:49.295Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:52:49.295Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:49.295Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:49.295Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:50.296Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:52:50.296Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:52:50.297Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T07:52:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:52:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:52:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:52:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:52:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:52:50.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:52:50.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:52:50.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T07:52:50.386Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:52:50.386Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3c5b9aae
2023-03-31T07:52:50.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:52:50.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:52:50.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:52:50.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T07:52:50.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T07:52:50.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:52:50.388Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:50.388Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:50.388Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249170387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:51.389Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T07:52:51.408Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:52:51.408Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:52:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T07:52:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T07:52:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:52:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:52:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T07:52:51.428Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T07:52:51.429Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@43ea11e6
2023-03-31T07:52:51.429Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T07:52:51.430Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T07:52:51.430Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T07:52:51.430Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T07:52:51.430Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T07:52:51.430Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T07:52:51.431Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:52:51.431Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:52:51.431Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249171430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:52:52.432Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:52:52.432Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:52:52.459Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:52:52.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:52:52.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:53:22.463Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:53:22.492Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:53:22.496Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:53:22.496Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:53:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:53:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:53:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:53:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:53:52.497Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:53:52.530Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:53:52.534Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:53:52.535Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:54:22.535Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:54:22.559Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:54:22.564Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:54:22.564Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:54:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:54:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:54:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:54:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:54:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:54:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:54:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249170387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249171430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T07:54:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:54:52.564Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:54:52.586Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:54:52.590Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:54:52.590Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:55:22.591Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:55:22.618Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:55:22.624Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:55:22.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:55:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:55:52.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:55:52.648Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:55:52.656Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:55:52.656Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:56:22.657Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:56:22.680Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:56:22.685Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:56:22.685Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:56:43.130Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:56:52.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:56:52.710Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:56:52.714Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:56:52.714Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:57:22.715Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:57:22.736Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:57:22.740Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T07:57:22.740Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T07:57:43.131Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:43.361Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T07:57:43.361Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-4da77465-c636-4af6-9745-a6849c031585 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T07:57:43.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T07:57:43.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T07:57:43.752Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T07:57:43.764Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:57:43.765Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T07:57:43.771Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:57:43.771Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T07:57:43.787Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T07:57:43.788Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T07:57:43.788Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T07:57:43.793Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:57:43.793Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:57:43.793Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:57:43.793Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1553, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T07:57:43.793Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T07:57:43.794Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T07:57:52.740Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T07:57:52.741Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:57:52.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T07:57:52.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T07:57:52.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T07:57:52.761Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:57:52.779Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T07:57:52.779Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db21d79f-712c-4911-8551-27bbe4574585], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T07:57:52.789Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T07:57:52.911Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:57:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[237712], x-aai-txid=[1-aai-resources-230331-07:57:53:263-25855], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:57:52.912Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:57:52.913Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:57:52.913Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:57:52.913Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:57:52.921Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:57:52.922Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T07:57:52.922Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T07:57:52.922Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:52.923Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:52.923Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249472922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:52.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:57:52.944Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249472922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T07:57:52.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:57:53.950Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:57:53.950Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:57:53.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:57:53.951Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:53.952Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:53.952Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:54.952Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:57:54.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:54.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:54.953Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:55.954Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:57:55.955Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:55.955Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:55.955Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:56.957Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:57:56.957Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:56.957Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:56.957Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:57.958Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:57:57.958Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:57.958Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:57.958Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:58.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:57:58.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:58.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:58.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:57:59.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:57:59.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:57:59.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:57:59.963Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:00.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:58:00.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:58:00.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T07:58:00.965Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:58:00.966Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:58:01.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:58:01.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:58:01.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:58:01.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:58:01.357Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:58:01.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T07:58:01.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:58:01.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T07:58:01.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:58:01.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:01.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:01.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249481361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:02.362Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:58:02.363Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:58:02.364Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:58:02.364Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T07:58:02.365Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:58:02.365Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:58:02.476Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4648302906468566581/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T07:58:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:58:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:58:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:58:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:58:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:58:03.884Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:03.885Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:58:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T07:58:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:58:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T07:58:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:58:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249483929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:04.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T07:58:04.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T07:58:04.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:58:04.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:04.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249484930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:05.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:58:05.956Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:58:05.961Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:58:05.961Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:58:05.961Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:58:05.961Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:58:05.962Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:05.962Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:05.962Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:05.962Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:05.962Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:58:05.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:58:35.977Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:58:35.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T07:58:35.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T07:58:35.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T07:58:35.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:58:36.010Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T07:58:36.011Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T07:58:36.020Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:58:36.165Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T07:58:36.166Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:58:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[143360], x-aai-txid=[0-aai-resources-230331-07:58:36:492-28190], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:58:36.166Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:58:36.166Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:58:36.166Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:58:36.174Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:58:36.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:58:36.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:58:36.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:36.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:36.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249516175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:58:37.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:58:37.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:58:37.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:58:37.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:37.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:37.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:38.206Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:58:38.206Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:38.206Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:38.206Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:39.206Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:58:39.207Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:39.207Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:39.207Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:40.207Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:58:40.207Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:40.207Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:40.208Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:41.208Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:58:41.209Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:41.209Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:41.209Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:42.210Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:58:42.210Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:42.210Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:42.210Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:43.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.134Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249481361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249483929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249484930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249516175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T07:58:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T07:58:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:58:43.211Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:58:43.211Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:43.211Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:43.211Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:44.212Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:58:44.212Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:58:44.212Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T07:58:44.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T07:58:44.212Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:58:44.257Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:58:44.257Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:58:44.257Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:58:44.257Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:58:44.258Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:58:44.258Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:58:44.571Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:58:44.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T07:58:44.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:58:44.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T07:58:44.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:58:44.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:44.575Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:44.576Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249524575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:45.576Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:58:45.577Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:58:45.577Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:58:45.578Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T07:58:45.579Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:58:45.579Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:58:45.696Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16931687360580384121/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T07:58:47.084Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:47.085Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.086Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.087Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T07:58:47.088Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:58:47.089Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:58:47.147Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T07:58:47.147Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:58:47.147Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T07:58:47.147Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:58:47.147Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:47.147Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:47.147Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249527147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:48.148Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T07:58:48.148Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T07:58:48.149Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:58:48.149Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:58:48.149Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:58:48.149Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249528148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:58:49.150Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:58:49.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:58:49.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:58:49.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:58:49.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:58:49.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:58:49.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:49.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:49.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:49.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:58:49.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:58:49.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:59:19.199Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:59:19.208Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T07:59:19.208Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T07:59:19.209Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T07:59:19.219Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:59:19.239Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T07:59:19.239Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[721e4199-ea40-432e-bb13-fc315b7f4c79], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T07:59:19.244Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:59:19.388Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:59:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[258192], x-aai-txid=[2-aai-resources-230331-07:59:19:716-65294], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:59:19.389Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:59:19.390Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T07:59:19.390Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:59:19.390Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:59:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:59:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:59:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:59:19.397Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:19.398Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:19.398Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249559397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:59:20.429Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:59:20.429Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:59:20.429Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:59:20.429Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:20.430Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:20.430Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:21.430Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:59:21.431Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:21.431Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:21.431Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:22.431Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T07:59:22.432Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T07:59:22.432Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T07:59:22.432Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T07:59:22.433Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:59:22.485Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:59:22.486Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:59:22.486Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:59:22.486Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:59:22.486Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T07:59:22.486Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:59:22.797Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T07:59:22.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T07:59:22.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:59:22.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T07:59:22.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T07:59:22.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:22.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:22.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249562799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:23.800Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T07:59:23.801Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T07:59:23.801Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:23.802Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T07:59:23.802Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:23.803Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:23.942Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16463080181792666100/Definitions/service-BasicNetwork-template.yml
2023-03-31T07:59:24.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T07:59:24.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T07:59:24.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T07:59:24.284Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T07:59:24.285Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:59:24.285Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T07:59:24.285Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:59:24.285Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:24.285Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:24.285Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249564285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:25.286Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T07:59:25.286Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T07:59:25.286Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T07:59:25.286Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:25.287Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:25.287Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249565286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:26.288Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:59:26.313Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T07:59:26.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T07:59:26.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T07:59:26.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T07:59:26.318Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T07:59:26.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:59:26.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:59:26.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:59:26.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T07:59:26.319Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T07:59:26.334Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T07:59:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T07:59:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T07:59:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T07:59:56.334Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T07:59:56.345Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T07:59:56.346Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T07:59:56.346Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T07:59:56.350Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T07:59:56.366Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T07:59:56.366Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31f7c19b-736a-494a-81d7-a584255fd254], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T07:59:56.373Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T07:59:56.492Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 07:59:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[163840], x-aai-txid=[0-aai-resources-230331-07:59:56:843-28289], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T07:59:56.492Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T07:59:56.492Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T07:59:56.493Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T07:59:56.493Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T07:59:56.500Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T07:59:56.501Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T07:59:56.501Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T07:59:56.501Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:56.501Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:56.501Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249596501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T07:59:57.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T07:59:57.534Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T07:59:57.534Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:59:57.534Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:57.534Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:57.534Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:58.536Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:59:58.536Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:58.536Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:58.536Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T07:59:59.538Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T07:59:59.538Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T07:59:59.538Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T07:59:59.539Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:00.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:00.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:00.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:00.540Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:01.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:01.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:01.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:01.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:02.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:02.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:02.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:02.544Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:03.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:03.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:03.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:03.546Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:04.548Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:00:04.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:00:04.549Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T08:00:04.549Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:00:04.549Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:00:04.589Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:00:04.590Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:00:04.590Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:00:04.590Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:00:04.590Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:00:04.590Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:00:04.937Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:00:04.940Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T08:00:04.940Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:00:04.940Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:00:04.940Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:00:04.940Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:04.940Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:04.940Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249604940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:05.942Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:00:05.943Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:00:05.943Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:05.943Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T08:00:05.944Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:05.944Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.039Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4632579421148547185/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:06.852Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:00:06.853Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:06.854Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:06.855Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:06.855Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:00:06.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T08:00:06.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:00:06.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T08:00:06.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:00:06.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:06.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:06.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249606900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:07.901Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:00:07.901Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T08:00:07.901Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:00:07.901Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:07.901Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:07.901Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249607901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:08.902Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:00:08.928Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:08.932Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:00:08.945Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:00:38.945Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:00:38.955Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T08:00:38.955Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T08:00:38.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T08:00:38.962Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:00:38.987Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:00:38.988Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T08:00:38.995Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:00:39.131Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T08:00:39.131Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:00:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[237760], x-aai-txid=[1-aai-resources-230331-08:00:39:467-41476], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:00:39.132Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:00:39.132Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:00:39.133Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:00:39.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:00:39.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:00:39.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:00:39.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:39.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:39.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249639144,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:00:40.175Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:00:40.175Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:00:40.176Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:40.176Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:40.176Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:40.176Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:41.177Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:41.177Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:41.177Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:41.177Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:42.178Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:42.179Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:42.179Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:42.179Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249524575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249527147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249528148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249559397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249562799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249564285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249565286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T08:00:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:00:43.181Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:43.181Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:43.181Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:43.181Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:44.182Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:44.183Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:44.183Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:44.183Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:45.184Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:45.184Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:45.184Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:45.184Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:46.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:46.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:46.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:46.186Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:47.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:00:47.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:47.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:47.188Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:48.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:00:48.193Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:00:48.193Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T08:00:48.193Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:00:48.193Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:00:48.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:00:48.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:00:48.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:00:48.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:48.234Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:00:48.235Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:48.562Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:00:48.564Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T08:00:48.565Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:00:48.565Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:48.565Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:00:48.565Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:48.565Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:48.565Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249648565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:49.567Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:00:49.568Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:00:49.568Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:49.568Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:49.569Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:49.569Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:49.732Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10059453736856359384/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T08:00:50.266Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:00:50.267Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:00:50.268Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:00:50.269Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:00:50.332Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T08:00:50.332Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:00:50.332Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T08:00:50.332Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:00:50.332Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:50.333Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:50.333Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249650332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:51.333Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:00:51.334Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T08:00:51.335Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:00:51.335Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:00:51.335Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:00:51.335Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249651333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:00:52.336Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:00:52.360Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:00:52.366Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:00:52.366Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:00:52.367Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:00:52.367Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:00:52.367Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:52.367Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:52.367Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:52.368Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:00:52.368Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:00:52.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:01:22.384Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:01:22.397Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T08:01:22.397Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T08:01:22.398Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T08:01:22.413Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:01:22.437Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:01:22.437Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T08:01:22.447Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:01:22.583Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T08:01:22.583Z|640ace53-f591-4375-8668-36747121fd02|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/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:01:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[245952], x-aai-txid=[2-aai-resources-230331-08:01:22:920-43643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:01:22.584Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:01:22.584Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:01:22.584Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:01:22.595Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:01:22.596Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:01:22.596Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:01:22.596Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:22.597Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:22.597Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249682596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:01:23.625Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:01:23.626Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:01:23.626Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:23.627Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:23.627Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:23.627Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:24.628Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:24.628Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:24.628Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:24.629Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:25.629Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:25.630Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:25.630Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:25.630Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:26.631Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:26.631Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:26.631Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:26.631Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:27.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:27.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:27.633Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:27.633Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:28.633Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:28.634Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:28.634Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:28.634Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:29.635Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:29.635Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:29.636Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:29.636Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:30.636Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:01:30.637Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:30.637Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:30.637Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:31.638Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:01:31.639Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:01:31.639Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T08:01:31.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:01:31.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:01:31.689Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:01:31.689Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:01:31.690Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:01:31.690Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:31.690Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:01:31.690Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:32.022Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:01:32.023Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T08:01:32.023Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:01:32.023Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:32.024Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:01:32.024Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:32.024Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:32.024Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249692023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:33.024Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:01:33.025Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:01:33.025Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.026Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.026Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.026Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.136Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP243236866586293927/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:01:33.702Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:01:33.703Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:01:33.746Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T08:01:33.747Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:01:33.747Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T08:01:33.747Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:01:33.747Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:33.747Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:33.747Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249693747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:34.748Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:01:34.748Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T08:01:34.748Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:01:34.749Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:01:34.749Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:01:34.749Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249694748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:35.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:01:35.777Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:01:35.781Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:01:35.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:01:35.794Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:01:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249596501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249604940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249606900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249607901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249639144,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:01:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:01:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:01:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:01:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:01:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:05.795Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:02:05.807Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T08:02:05.807Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T08:02:05.808Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T08:02:05.814Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:02:05.830Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T08:02:05.831Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb335ff0-103c-4dec-81d3-0a5a2dc66735], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T08:02:05.858Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.UnknownHostException: aai.onap
2023-03-31T08:02:05.859Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: aai.onap
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2023-03-31T08:02:05.860Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:02:05.860Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Exception caused by: java.net.UnknownHostException: aai.onap
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:02:05.868Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:02:05.868Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:02:05.868Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:02:05.868Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:05.868Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:05.868Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249725868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:02:06.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||received message from topic
2023-03-31T08:02:06.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:02:06.905Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:06.905Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:06.905Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:06.905Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:07.906Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:07.906Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:07.906Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:07.906Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:08.907Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:08.907Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:08.907Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:08.907Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:09.908Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:09.908Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:09.908Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:09.909Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:10.909Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:10.910Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:10.910Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:10.910Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:11.911Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:11.912Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:11.912Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:11.912Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:12.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:12.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:12.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:12.913Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:13.914Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:13.915Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:13.915Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:13.915Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:14.917Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:02:14.917Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:02:14.918Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T08:02:14.918Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:02:14.918Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:02:14.963Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:02:14.964Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:02:14.964Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:02:14.964Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:14.964Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:02:14.965Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:15.262Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||GET Response Status 200
2023-03-31T08:02:15.265Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T08:02:15.265Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:02:15.265Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:15.265Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:02:15.266Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:15.266Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:15.266Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249735265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:16.267Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:02:16.268Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:02:16.268Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.268Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.269Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.269Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.375Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6721332560538541167/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T08:02:16.860Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||####################################################################################################
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|WARN|500||####################################################################################################
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:02:16.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:02:16.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:02:16.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:02:16.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:02:16.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:02:16.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:02:16.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:02:16.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:02:16.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T08:02:16.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:02:16.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T08:02:16.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:02:16.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:16.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:16.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249736911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:17.912Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:02:17.912Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T08:02:17.913Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:02:17.913Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:17.913Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:17.913Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249737912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:18.914Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:02:18.940Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:02:18.945Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:02:18.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:02:18.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:02:18.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:02:18.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:02:18.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:02:18.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:02:18.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:02:18.947Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:02:18.963Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:02:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249648565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249650332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249651333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249682596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249692023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249693747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:02:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249694748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T08:02:43.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:02:48.964Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:02:48.976Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T08:02:48.976Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T08:02:48.977Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T08:02:48.983Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:02:48.994Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T08:02:48.994Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9c9de78-7fec-470d-83e6-31cf511a4186], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T08:02:49.021Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.UnknownHostException: aai.onap
2023-03-31T08:02:49.022Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: aai.onap
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2023-03-31T08:02:49.022Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:02:49.022Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Exception caused by: java.net.UnknownHostException: aai.onap
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:02:49.031Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:02:49.031Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:02:49.031Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:02:49.031Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:49.031Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:49.031Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249769031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:02:50.060Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||received message from topic
2023-03-31T08:02:50.061Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:02:50.061Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:50.061Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:50.061Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:50.062Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:51.062Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:51.063Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:51.063Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:51.063Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:52.064Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:52.064Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:52.064Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:52.064Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:53.065Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:53.065Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:53.065Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:53.065Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:54.066Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:54.066Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:54.067Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:54.067Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:55.068Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:55.068Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:55.068Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:55.068Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:56.070Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:56.070Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:56.070Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:56.071Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:57.071Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:57.072Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:57.072Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:57.072Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:58.073Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:58.073Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:58.073Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:58.073Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:02:59.074Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:02:59.075Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:02:59.075Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:02:59.075Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:00.075Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:03:00.076Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:03:00.076Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T08:03:00.076Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:03:00.076Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:03:00.108Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:03:00.108Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:03:00.108Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:03:00.108Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:00.108Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:03:00.108Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:00.429Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||GET Response Status 200
2023-03-31T08:03:00.435Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T08:03:00.435Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:03:00.436Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:00.436Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:03:00.436Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:00.436Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:00.436Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249780435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:01.437Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:03:01.438Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:03:01.438Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:01.438Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T08:03:01.439Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:01.439Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:01.540Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15791382156165458875/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||####################################################################################################
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|WARN|500||####################################################################################################
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:03:02.353Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:03:02.354Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:02.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:02.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:02.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:03:02.403Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T08:03:02.403Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:03:02.403Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|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: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T08:03:02.403Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:03:02.403Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:02.403Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:02.403Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249782403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:03.404Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:03:03.404Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|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: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T08:03:03.404Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:03:03.405Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:03.405Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:03.405Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249783404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:04.405Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:03:04.427Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:03:04.431Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:03:04.431Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:03:04.432Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:03:04.432Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:03:04.432Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:04.432Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:04.432Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:04.432Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:04.432Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:03:04.446Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:03:34.446Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:03:34.455Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T08:03:34.455Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T08:03:34.455Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T08:03:34.461Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:03:34.479Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T08:03:34.479Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cca400f4-2e69-4369-8804-cb3ebdc77db0], X-ECOMP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-TransactionId=[], X-ONAP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], Content-Type=[application/merge-patch+json]}
2023-03-31T08:03:34.504Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.UnknownHostException: aai.onap
2023-03-31T08:03:34.505Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: aai.onap
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2023-03-31T08:03:34.505Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:03:34.505Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exception caused by: java.net.UnknownHostException: aai.onap
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:03:34.512Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:03:34.513Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:03:34.513Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:03:34.513Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:34.513Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:34.513Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249814513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:03:35.541Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||received message from topic
2023-03-31T08:03:35.542Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:03:35.542Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:35.542Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:35.542Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:35.542Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:36.543Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:36.543Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:36.543Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:36.543Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:37.544Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:37.544Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:37.544Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:37.544Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:38.545Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:38.545Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:38.545Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:38.545Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:39.546Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:39.546Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:39.547Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:39.547Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:40.547Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:40.548Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:40.548Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:40.548Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:41.548Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:41.549Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:41.549Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:41.549Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:42.549Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:03:42.549Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:42.550Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:42.550Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:43.130Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-03-31T08:03:43.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:03:43.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:03:43.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:03:43.147Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:03:43.161Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:03:43.162Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:03:43.162Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:03:43.167Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:03:43.167Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:03:43.168Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:03:43.168Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1616, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:03:43.168Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:03:43.168Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:03:43.551Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:03:43.551Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:03:43.551Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T08:03:43.551Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:03:43.552Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:03:43.618Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:03:43.619Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:03:43.619Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:03:43.619Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:03:43.619Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:03:43.619Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:03:43.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||GET Response Status 200
2023-03-31T08:03:43.946Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T08:03:43.946Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:03:43.946Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:03:43.946Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:03:43.946Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:43.946Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:43.947Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249823946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249725868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
}
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249735265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249736911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249737912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249769031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249780435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249782403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249783404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249814513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:03:44.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:03:44.194Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249823946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:03:44.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:03:44.948Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:03:44.949Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:03:44.949Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:44.950Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T08:03:44.950Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:44.950Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.047Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15630876818154405392/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||####################################################################################################
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||####################################################################################################
2023-03-31T08:03:45.834Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.835Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:03:45.836Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:03:45.837Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:03:45.909Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T08:03:45.909Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:03:45.909Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|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: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T08:03:45.909Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:03:45.909Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:45.909Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:45.909Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249825909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:46.910Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:03:46.911Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|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: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T08:03:46.911Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:03:46.911Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:03:46.911Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:03:46.911Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249826910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:03:47.912Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:03:47.939Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:03:47.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:03:47.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:03:47.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:03:47.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:03:47.943Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:47.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:47.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:47.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:03:47.944Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:03:47.958Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:04:17.959Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:04:17.968Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T08:04:17.968Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T08:04:17.969Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T08:04:17.973Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:04:17.986Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T08:04:17.986Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d25089e5-52ab-4948-b893-b6a7f8472587], X-ECOMP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-TransactionId=[], X-ONAP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], Content-Type=[application/merge-patch+json]}
2023-03-31T08:04:18.011Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.UnknownHostException: aai.onap
2023-03-31T08:04:18.011Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: aai.onap
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2023-03-31T08:04:18.011Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:04:18.011Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exception caused by: java.net.UnknownHostException: aai.onap
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:04:18.018Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:04:18.018Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:04:18.018Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:04:18.019Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:18.019Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:18.019Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249858018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:04:19.059Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||received message from topic
2023-03-31T08:04:19.059Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:04:19.060Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:19.060Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:19.060Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:19.060Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:20.061Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:20.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:20.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:20.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:21.062Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:21.063Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:21.063Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:21.063Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:22.064Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:22.064Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:22.065Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:22.065Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:23.065Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:23.066Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:23.066Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:23.066Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:24.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:24.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:24.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:24.068Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:25.069Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:25.070Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:25.070Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:25.070Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:26.072Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:26.072Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:26.072Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:26.072Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:27.073Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:04:27.073Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:27.073Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:27.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:28.075Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:04:28.075Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:04:28.075Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T08:04:28.075Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:04:28.075Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:04:28.110Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:04:28.111Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:04:28.111Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:04:28.111Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:04:28.111Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:04:28.111Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:04:28.135Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||GET Response Status 404
2023-03-31T08:04:28.135Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@37303246
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:28.136Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249868136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:29.138Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|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:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:04:29.181Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T08:04:29.182Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:04:29.182Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|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: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T08:04:29.182Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:04:29.182Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:29.182Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:29.182Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249869182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:30.184Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:04:30.184Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|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: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T08:04:30.184Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:04:30.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:04:30.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:04:30.185Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249870184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:31.186Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:04:31.206Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:04:31.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:04:31.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:04:31.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:04:31.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:04:31.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:04:31.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:04:31.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:04:31.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:04:31.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:04:31.225Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:04:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249825909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249826910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249858018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249123479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249868136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249869182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249870184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T08:04:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:05:01.225Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:05:01.238Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T08:05:01.238Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T08:05:01.238Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T08:05:01.241Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:05:01.251Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:05:01.252Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T08:05:01.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:05:01.287Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:05:01.287Z|b4c30edf-061c-4875-9bb0-d49937f3119d|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/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:05:01 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:05:01.288Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:05:02.303Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:05:02.303Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:05:02.304Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:05:02.304Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:05:02.314Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:05:02.314Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:05:02.314Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:05:02.314Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:02.314Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:02.314Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249902314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003db4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:05:03.346Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T08:05:03.347Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T08:05:03.348Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 1 disconnected.
2023-03-31T08:05:03.348Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T08:05:03.349Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cancelled in-flight METADATA request with correlation id 127015 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-31T08:05:03.349Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T08:05:03.349Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T08:05:03.350Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:05:03.350Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:05:03.356Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-06f0fad3-466c-4218-b63d-a9535e8429d1
2023-03-31T08:05:03.356Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T08:05:03.356Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T08:05:03.357Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:05:04.533Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:07.543Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:10.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:13.559Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:16.568Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:19.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:22.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:25.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:28.609Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:31.617Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:34.625Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:37.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:40.643Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:05:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:43.143Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:05:43.143Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:05:43.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:05:43.151Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-06f0fad3-466c-4218-b63d-a9535e8429d1', protocol='range'}
2023-03-31T08:05:43.156Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:05:43.156Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:05:43.156Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:05:43.156Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:05:43.156Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:05:43.156Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:05:43.156Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-06f0fad3-466c-4218-b63d-a9535e8429d1=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T08:05:43.172Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-06f0fad3-466c-4218-b63d-a9535e8429d1', protocol='range'}
2023-03-31T08:05:43.172Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:05:43.172Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:05:43.172Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T08:05:43.172Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:05:43.172Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:05:43.177Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:05:43.177Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:05:43.177Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:05:43.177Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:05:43.177Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:05:43.177Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:05:43.177Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:05:43.177Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:05:43.177Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:05:43.177Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:05:43.177Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:05:43.177Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:05:43.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:05:43.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:05:43.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:05:43.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:43.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:43.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:44.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:05:44.194Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249902314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003db4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream"
}
2023-03-31T08:05:44.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:05:44.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:05:44.194Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:05:44.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:05:44.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:05:44.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:44.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:44.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:45.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:05:45.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:45.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:45.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:46.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:05:46.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:46.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:46.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:47.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:05:47.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:47.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:47.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:48.268Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:05:48.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:48.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:48.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:49.270Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:05:49.270Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:49.270Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:49.270Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:50.271Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:05:50.271Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:05:50.272Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T08:05:50.272Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:05:50.272Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:05:50.332Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:05:50.332Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:05:50.333Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:05:50.333Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:05:50.333Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:05:50.333Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:05:50.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:05:50.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@497a2729
2023-03-31T08:05:50.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:05:50.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:05:50.375Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:05:50.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T08:05:50.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T08:05:50.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:05:50.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:50.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:50.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249950375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:51.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T08:05:51.401Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:05:51.401Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:05:51.407Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T08:05:51.407Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T08:05:51.407Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:05:51.407Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:05:51.408Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:05:51.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:05:51.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1f613b4e
2023-03-31T08:05:51.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:05:51.424Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:05:51.425Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:05:51.425Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T08:05:51.425Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T08:05:51.425Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:05:51.426Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:05:51.426Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:05:51.426Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249951425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:05:52.427Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:05:52.427Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:05:52.450Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:05:52.455Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:05:52.455Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:06:22.456Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:06:22.483Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:06:22.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:06:22.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:06:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:06:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:06:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:06:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:06:52.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:06:52.511Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:06:52.515Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:06:52.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:07:22.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:07:22.540Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:07:22.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:07:22.544Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:07:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:07:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:07:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:07:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:07:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249950375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:07:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:07:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:07:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249951425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:07:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:07:52.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:07:52.562Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:07:52.566Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:07:52.566Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:08:22.566Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:08:22.583Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:08:22.592Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:08:22.592Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:08:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:08:52.593Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:08:52.612Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:08:52.615Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:08:52.615Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:09:22.616Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:09:22.628Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:09:22.630Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:09:22.630Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:09:43.130Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:09:52.630Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:09:52.646Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:09:52.648Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:09:52.648Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:10:22.649Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:10:22.673Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:10:22.677Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:10:22.677Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:10:43.130Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:10:43.257Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T08:10:43.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-06f0fad3-466c-4218-b63d-a9535e8429d1 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T08:10:43.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T08:10:43.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T08:10:43.795Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:10:43.809Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:10:43.809Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:10:43.816Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:10:43.817Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:10:43.830Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:10:43.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:10:43.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:10:43.836Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:10:43.836Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:10:43.836Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:10:43.836Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1677, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:10:43.836Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:10:43.837Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:10:52.677Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T08:10:52.677Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:10:52.685Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T08:10:52.685Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T08:10:52.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T08:10:52.692Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:10:52.711Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T08:10:52.713Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[357574c6-8199-48af-abed-2352b1657db7], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T08:10:52.719Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T08:10:52.724Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:10:52 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:10:52.724Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:10:52.725Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:10:53.726Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:10:53.727Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:10:53.727Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:10:53.727Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:10:53.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:10:53.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:10:53.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:10:53.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:10:53.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:10:53.735Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250253735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:10:53.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:10:53.753Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250253735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
}
2023-03-31T08:10:53.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:10:54.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:10:54.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:10:54.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:10:54.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:10:54.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:10:54.753Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:10:55.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:10:55.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:10:55.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:10:55.754Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:10:56.755Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:10:56.755Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:10:56.755Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:10:56.755Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:10:57.755Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:10:57.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:10:57.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:10:57.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:10:58.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:10:58.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:10:58.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:10:58.756Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:10:59.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:10:59.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:10:59.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:10:59.757Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:00.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:00.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:00.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:00.758Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:01.759Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:11:01.760Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:11:01.760Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T08:11:01.760Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:11:01.760Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:11:01.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:11:01.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:11:01.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:11:01.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:11:01.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:11:01.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:11:02.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:11:02.121Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T08:11:02.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:11:02.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:11:02.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:11:02.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:02.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:02.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250262122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:03.122Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:11:03.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:11:03.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:11:03.123Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T08:11:03.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:11:03.124Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:11:03.284Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5949615673305468999/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T08:11:04.707Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.708Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.709Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:11:04.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:04.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:11:04.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T08:11:04.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:11:04.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T08:11:04.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:11:04.746Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:04.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:04.747Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250264746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:05.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:11:05.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T08:11:05.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:11:05.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:05.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:05.748Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250265748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:06.751Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:11:06.771Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:11:06.775Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:11:06.775Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:11:06.775Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:11:06.775Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:11:06.776Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:06.776Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:06.776Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:06.776Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:06.776Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:11:06.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:11:36.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:11:36.796Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T08:11:36.797Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T08:11:36.797Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T08:11:36.804Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:11:36.826Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T08:11:36.827Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e9a1a6a-c220-4339-bc6d-0efa8862c26f], X-ECOMP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-TransactionId=[], X-ONAP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], Content-Type=[application/merge-patch+json]}
2023-03-31T08:11:36.834Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:11:36.835Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:11:36 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:11:36.835Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:11:36.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:11:37.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:11:37.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:11:37.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:11:37.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:11:37.852Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:11:37.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:11:37.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:11:37.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:37.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:37.853Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250297853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:11:38.874Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:11:38.874Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:11:38.874Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:38.874Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:38.874Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:38.875Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:39.876Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:39.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:39.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:39.877Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:40.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:40.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:40.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:40.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:41.887Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:41.887Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:41.887Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:41.888Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:42.889Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:42.889Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:42.889Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:42.889Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.135Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:11:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250262122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250264746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250265748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250297853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:11:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:11:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:11:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:11:43.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:43.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:43.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:43.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:44.892Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:11:44.893Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:44.893Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:44.893Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:45.894Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:11:45.894Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:11:45.894Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T08:11:45.895Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:11:45.895Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:11:45.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:11:45.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:11:45.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:11:45.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:11:45.934Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:11:45.934Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:11:46.264Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:11:46.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T08:11:46.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:11:46.268Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:11:46.269Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:11:46.269Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:46.269Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:46.269Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250306268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:47.270Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:11:47.270Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:11:47.270Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:11:47.271Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T08:11:47.271Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:11:47.271Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:11:47.372Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5651539010834714528/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:11:48.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:11:48.818Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.821Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:11:48.822Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:11:48.823Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:11:48.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:11:48.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:11:48.864Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T08:11:48.864Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:11:48.864Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T08:11:48.864Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:11:48.864Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:48.864Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:48.864Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250308864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:49.865Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:11:49.865Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T08:11:49.865Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:11:49.866Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:11:49.866Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:11:49.866Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250309865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:11:50.867Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:11:50.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:11:50.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:11:50.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:11:50.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:11:50.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:11:50.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:50.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:50.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:50.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:11:50.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:11:50.891Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:12:20.892Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:12:20.900Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T08:12:20.900Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T08:12:20.901Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T08:12:20.907Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:12:20.923Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:12:20.923Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T08:12:20.930Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:12:20.932Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:12:20.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:12:20 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:12:20.934Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:12:21.932Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:12:21.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:12:21.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:12:21.933Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:12:21.945Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:12:21.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:12:21.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:12:21.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:12:21.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:12:21.946Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250341946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:12:22.962Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:12:22.962Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:12:22.963Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:12:22.963Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:12:22.963Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:12:22.963Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:12:23.964Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:12:23.964Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:12:23.964Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:12:23.964Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:12:24.965Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:12:24.965Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:12:24.965Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T08:12:24.966Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T08:12:24.966Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:12:25.017Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:12:25.018Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:12:25.018Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:12:25.018Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:12:25.018Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:12:25.019Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:12:25.309Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:12:25.311Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T08:12:25.311Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:12:25.311Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:12:25.312Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:12:25.312Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:12:25.312Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:12:25.312Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250345311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:12:26.313Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:12:26.314Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:12:26.314Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.314Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T08:12:26.315Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.315Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.410Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3709318218028630416/Definitions/service-BasicNetwork-template.yml
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:12:26.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:12:26.717Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:12:26.760Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T08:12:26.760Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:12:26.760Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T08:12:26.760Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:12:26.761Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:12:26.761Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:12:26.761Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250346760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:12:27.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:12:27.762Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T08:12:27.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:12:27.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:12:27.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:12:27.762Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250347762,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:12:28.763Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:12:28.779Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:12:28.782Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:12:28.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:12:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:12:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250306268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250308864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250309865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250341946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
}
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250345311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250346760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250347762,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T08:12:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:12:58.799Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:12:58.808Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T08:12:58.808Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T08:12:58.809Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T08:12:58.812Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:12:58.828Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:12:58.842Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T08:12:58.852Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:12:58.874Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:12:58.874Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:12:58 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:12:58.874Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:12:59.872Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:12:59.873Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:12:59.873Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:12:59.873Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:12:59.882Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:12:59.882Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:12:59.883Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:12:59.883Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:12:59.883Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:12:59.883Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250379883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:13:00.903Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:13:00.903Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:13:00.904Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:00.904Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:00.904Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:00.904Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:01.905Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:01.905Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:01.905Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:01.905Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:02.906Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:02.906Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:02.906Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:02.906Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:03.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:03.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:03.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:03.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:04.908Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:04.908Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:04.908Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:04.908Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:05.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:05.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:05.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:05.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:06.910Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:06.910Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:06.910Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:06.911Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:07.912Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:13:07.912Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:13:07.912Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T08:13:07.912Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:13:07.912Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:13:07.935Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:13:07.935Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:13:07.935Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:13:07.935Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:13:07.935Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:13:07.935Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:13:08.254Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:13:08.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T08:13:08.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:13:08.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:13:08.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:13:08.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:08.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:08.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250388257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:09.258Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:13:09.259Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:13:09.259Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:09.260Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T08:13:09.261Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:09.261Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:09.349Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9731235209263849498/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:13:10.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:13:10.143Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:13:10.144Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.145Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:10.146Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:13:10.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T08:13:10.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:13:10.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T08:13:10.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:13:10.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:10.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:10.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250390206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:11.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:13:11.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T08:13:11.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:13:11.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:11.207Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:11.208Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250391207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:12.208Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:13:12.224Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:12.226Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:13:12.233Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:13:42.233Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:13:42.242Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T08:13:42.242Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T08:13:42.243Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T08:13:42.247Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:13:42.262Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:13:42.263Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T08:13:42.269Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:13:42.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:13:42.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:13:41 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:13:42.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:13:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250379883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
}
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250388257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250390206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250391207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T08:13:43.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:13:43.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:13:43.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:13:43.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:13:43.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:13:43.284Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:13:43.284Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:13:43.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:13:43.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:43.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:43.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250423284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:13:44.304Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:13:44.304Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:13:44.304Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:44.305Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:44.305Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:44.305Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:45.306Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:45.306Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:45.306Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:45.306Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:46.307Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:46.307Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:46.307Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:46.307Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:47.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:47.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:47.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:47.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:48.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:48.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:48.310Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:48.310Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:49.320Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:49.327Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:49.327Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:49.327Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:50.327Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:50.328Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:50.328Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:50.328Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:51.328Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:13:51.329Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:51.329Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:51.329Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:52.330Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:13:52.330Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:13:52.331Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T08:13:52.331Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:13:52.331Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:13:52.355Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:13:52.356Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:13:52.356Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:13:52.356Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:52.356Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:13:52.356Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:52.697Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:13:52.700Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T08:13:52.700Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:13:52.701Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:52.701Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:13:52.701Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:52.701Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:52.701Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250432700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:53.702Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:13:53.702Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:13:53.703Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:53.703Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:53.704Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:53.704Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:53.786Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6069619149773235647/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T08:13:54.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:54.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:13:54.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:13:54.371Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T08:13:54.372Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:13:54.372Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T08:13:54.372Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:13:54.372Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:54.372Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:54.372Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250434372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:55.373Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:13:55.373Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T08:13:55.373Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:13:55.373Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:13:55.374Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:13:55.374Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250435372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:13:56.374Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:13:56.389Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:13:56.391Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:13:56.392Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:13:56.392Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:13:56.392Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:13:56.392Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:56.392Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:56.393Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:56.393Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:13:56.393Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:13:56.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:14:26.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:14:26.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T08:14:26.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T08:14:26.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T08:14:26.416Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:14:26.448Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T08:14:26.448Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a3aad0f-7ce6-463a-aae6-a867071f4d1b], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T08:14:26.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:14:26.459Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:14:26 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:14:26.460Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:14:26.460Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:14:27.463Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:14:27.463Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:14:27.464Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:14:27.464Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:14:27.475Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:14:27.476Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:14:27.476Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:14:27.476Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:27.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:27.477Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250467476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d640ace53-f591-4375-8668-36747121fd02 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:14:28.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:14:28.501Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:14:28.502Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:28.502Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:28.502Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:28.503Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:29.504Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:29.504Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:29.505Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:29.505Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:30.506Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:30.506Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:30.506Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:30.507Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:31.507Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:31.508Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:31.508Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:31.508Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:32.509Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:32.510Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:32.510Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:32.510Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:33.510Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:33.511Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:33.511Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:33.511Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:34.512Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:34.513Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:34.513Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:34.513Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:35.513Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:14:35.514Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:35.514Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:35.514Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:36.514Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:14:36.515Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:14:36.515Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T08:14:36.515Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:14:36.515Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:14:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:14:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:14:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:14:36.545Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:36.545Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:14:36.545Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:36.840Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:14:36.843Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T08:14:36.843Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:14:36.843Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:36.843Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:14:36.844Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:36.844Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:36.844Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250476843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:37.844Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:14:37.845Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:14:37.845Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:37.845Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:37.845Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:37.845Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:37.966Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8568635804083578720/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T08:14:38.480Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:14:38.481Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:14:38.482Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:14:38.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:14:38.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:14:38.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:14:38.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:14:38.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:14:38.522Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T08:14:38.522Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:14:38.522Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T08:14:38.522Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:14:38.523Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:38.523Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:38.523Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250478522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:39.524Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:14:39.524Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T08:14:39.524Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:14:39.525Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:14:39.525Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:14:39.525Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250479524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:40.525Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:14:40.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:14:40.546Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:14:40.546Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:14:40.546Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:14:40.546Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:14:40.546Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:14:40.546Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:14:40.547Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:14:40.547Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:14:40.547Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:14:40.555Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:14:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:14:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:14:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250423284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
}
2023-03-31T08:14:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:10.555Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:15:10.561Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T08:15:10.561Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T08:15:10.562Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T08:15:10.568Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:15:10.588Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T08:15:10.589Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3d67c27-cee6-42b6-8e02-d846f100f1e7], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T08:15:10.593Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:15:10.596Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:15:10 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:15:10.596Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:15:10.597Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:15:11.600Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:15:11.600Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:15:11.601Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:15:11.601Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:15:11.609Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:15:11.609Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:15:11.610Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:15:11.610Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:11.610Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:11.610Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250511610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:15:12.632Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:15:12.632Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:15:12.632Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:12.633Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:12.633Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:12.633Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:13.633Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:13.634Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:13.634Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:13.635Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:14.636Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:14.637Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:14.637Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:14.637Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:15.637Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:15.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:15.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:15.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:16.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:16.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:16.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:16.639Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:17.640Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:17.641Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:17.641Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:17.641Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:18.641Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:18.642Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:18.643Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:18.643Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:19.644Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:19.645Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:19.645Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:19.645Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:20.646Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:15:20.647Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:15:20.647Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T08:15:20.647Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:15:20.648Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:15:20.688Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:15:20.688Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:15:20.688Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:15:20.688Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:20.688Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:15:20.689Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:21.008Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:15:21.010Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T08:15:21.010Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:15:21.010Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:21.011Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:15:21.011Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:21.011Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:21.011Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250521010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:22.012Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:15:22.013Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:15:22.013Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.014Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.015Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.015Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.096Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2920632884598917222/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T08:15:22.631Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:15:22.631Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:15:22.632Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:15:22.633Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:15:22.677Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T08:15:22.677Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:15:22.677Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T08:15:22.677Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:15:22.677Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:22.677Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:22.677Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250522677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:23.678Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:15:23.678Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T08:15:23.679Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:15:23.679Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:23.679Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:23.679Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250523678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:24.680Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:15:24.699Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:15:24.702Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:15:24.702Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:15:24.702Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:15:24.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:15:24.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:15:24.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:15:24.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:15:24.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:15:24.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:15:24.711Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:15:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250432700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250434372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250435372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250467476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d640ace53-f591-4375-8668-36747121fd02 no healthy upstream"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250476843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250478522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250479524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T08:15:43.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:15:54.712Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:15:54.716Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T08:15:54.716Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T08:15:54.716Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T08:15:54.719Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:15:54.730Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T08:15:54.730Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d792c02-9797-46c6-90ab-535088adac27], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T08:15:54.737Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:15:54.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:15:54 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:15:54.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:15:54.740Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:15:55.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:15:55.739Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:15:55.740Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:15:55.740Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:15:55.758Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:15:55.758Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:15:55.758Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:15:55.759Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:55.759Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:55.759Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250555758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:15:56.781Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:15:56.781Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:15:56.782Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:56.782Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:56.782Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:56.783Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:57.783Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:57.783Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:57.784Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:57.784Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:58.784Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:58.785Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:58.785Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:58.785Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:15:59.785Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:15:59.786Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:15:59.786Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:15:59.786Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:00.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:00.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:00.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:00.787Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:01.788Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:01.788Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:01.788Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:01.788Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:02.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:02.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:02.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:02.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:03.790Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:03.790Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:03.790Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:03.790Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:04.791Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:04.791Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:04.791Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:04.791Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:05.792Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:05.792Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:05.792Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:05.793Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:06.793Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:16:06.794Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:16:06.794Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T08:16:06.794Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:16:06.794Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:16:06.822Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:16:06.823Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:16:06.823Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:16:06.823Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:06.823Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:16:06.823Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:07.141Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:16:07.147Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T08:16:07.147Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:16:07.147Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:07.147Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:16:07.148Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:07.148Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:07.148Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250567147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:08.148Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:16:08.149Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:16:08.149Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.149Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.269Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7762096051701146882/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T08:16:08.993Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:16:08.993Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.994Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:16:08.995Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:08.996Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:16:09.040Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T08:16:09.040Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:16:09.040Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T08:16:09.040Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:16:09.041Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:09.041Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:09.041Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250569040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:10.041Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:16:10.042Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T08:16:10.042Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:16:10.042Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:10.042Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:10.042Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250570041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:11.043Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:16:11.059Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:11.063Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:16:11.073Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:16:41.073Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:16:41.083Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T08:16:41.083Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T08:16:41.083Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T08:16:41.090Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:16:41.110Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:16:41.111Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T08:16:41.118Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:16:41.120Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:16:41.120Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:16:41 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:16:41.120Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:16:42.124Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
2023-03-31T08:16:42.124Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:16:42.124Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
2023-03-31T08:16:42.124Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:16:42.136Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:16:42.136Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
2023-03-31T08:16:42.136Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:16:42.136Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:42.136Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:42.137Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250602136,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:43.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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})
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:16:43.145Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:16:43.145Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:16:43.149Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:16:43.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:16:43.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:43.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:43.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:43.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:43.150Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:16:43.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:16:43.168Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:16:43.169Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:16:43.169Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:16:43.174Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:16:43.174Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:16:43.174Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:16:43.174Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1740, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:16:43.174Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:16:43.174Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:16:44.150Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:44.151Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:44.151Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:44.151Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:44.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250511610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream"
}
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250521010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250522677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250523678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250555758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250567147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250569040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250570041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250602136,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:16:44.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:16:45.151Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:45.152Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:45.152Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:45.152Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:46.154Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:46.154Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:46.154Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:46.154Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:47.155Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:47.155Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:47.155Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:47.155Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:48.156Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:48.156Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:48.156Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:48.156Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:49.157Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:49.157Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:49.157Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:49.157Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:50.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:16:50.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:50.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:50.158Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:51.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:16:51.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:16:51.159Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T08:16:51.160Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:16:51.160Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:16:51.203Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:16:51.203Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:16:51.203Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:16:51.203Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:16:51.203Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:16:51.204Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:16:51.530Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:16:51.532Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T08:16:51.532Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:16:51.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:16:51.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:16:51.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:51.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:51.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250611532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:52.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:16:52.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:16:52.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:52.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T08:16:52.536Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:52.536Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:52.677Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7560440981708617011/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:16:53.490Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:16:53.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:16:53.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:16:53.493Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:16:53.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T08:16:53.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:16:53.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T08:16:53.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:16:53.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:53.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:53.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250613534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:54.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:16:54.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T08:16:54.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:16:54.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:16:54.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:16:54.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250614534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:16:55.536Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:16:55.552Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:16:55.555Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:16:55.556Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:16:55.565Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:17:25.566Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:17:25.574Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T08:17:25.574Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T08:17:25.574Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T08:17:25.577Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:17:25.587Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T08:17:25.587Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0b2a954-cc9f-4707-8d80-0dd1151e2f43], X-ECOMP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-TransactionId=[], X-ONAP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], Content-Type=[application/merge-patch+json]}
2023-03-31T08:17:25.600Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:17:25.602Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:17:25 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:17:25.602Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:17:25.603Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:17:26.601Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
2023-03-31T08:17:26.601Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:17:26.602Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
2023-03-31T08:17:26.602Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:17:26.614Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:17:26.614Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
2023-03-31T08:17:26.615Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:17:26.615Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:26.615Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:26.615Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250646614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dfb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:17:27.638Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:17:27.638Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:17:27.638Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:27.638Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:27.638Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:27.638Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:28.638Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:28.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:28.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:28.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:29.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:29.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:29.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:29.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:30.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:30.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:30.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:30.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:31.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:31.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:31.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:31.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:32.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:32.644Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:32.644Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:32.644Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:33.645Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:33.645Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:33.645Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:33.645Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:34.646Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:34.646Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:34.646Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:34.647Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:35.647Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:17:35.648Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:35.648Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:35.648Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:36.648Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:17:36.649Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:17:36.649Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T08:17:36.649Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:17:36.650Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:17:36.683Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:17:36.684Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:17:36.684Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:17:36.684Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:17:36.684Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:17:36.685Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:17:36.716Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:17:36.716Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5935ff8d
2023-03-31T08:17:36.716Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:17:36.717Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T08:17:36.717Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:17:36.717Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:17:36.717Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T08:17:36.717Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:17:36.718Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:36.718Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:36.718Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250656717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:37.719Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:17:37.752Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T08:17:37.753Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:17:37.753Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T08:17:37.753Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:17:37.753Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:37.753Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:37.753Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250657753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:38.753Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:17:38.754Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T08:17:38.754Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:17:38.754Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:17:38.754Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:17:38.754Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250658753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:39.755Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:17:39.771Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:17:39.774Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:17:39.774Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:17:39.774Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:17:39.774Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:17:39.774Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:17:39.775Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:17:39.775Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:17:39.775Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:17:39.775Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:17:39.782Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:17:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250611532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250613534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250614534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250646614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dfb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream"
}
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680249903346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250656717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250657753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250658753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T08:17:43.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:18:09.782Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:18:09.786Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T08:18:09.786Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T08:18:09.787Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T08:18:09.790Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:18:09.800Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T08:18:09.800Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae8fc74f-f62a-402d-8602-f22ac45d7aa9], X-ECOMP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-TransactionId=[], X-ONAP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], Content-Type=[application/merge-patch+json]}
2023-03-31T08:18:09.806Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:18:09.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:18:09 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:18:09.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:18:09.808Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:18:10.809Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:18:10.809Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:18:10.809Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:18:10.810Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:18:10.820Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:18:10.820Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:18:10.821Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:18:10.821Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:10.821Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:10.821Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250690821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003db4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:18:11.836Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T08:18:11.837Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T08:18:11.838Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T08:18:11.839Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cancelled in-flight METADATA request with correlation id 127128 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-31T08:18:11.839Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 1 disconnected.
2023-03-31T08:18:11.840Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T08:18:11.840Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T08:18:11.840Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:18:11.840Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:18:11.846Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-669e2e34-50e5-4415-a447-76d0693bc959
2023-03-31T08:18:11.847Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T08:18:11.847Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T08:18:11.847Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:18:13.540Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:16.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:19.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:22.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:25.567Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:28.578Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:31.588Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:34.602Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:37.612Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:40.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:18:43.129Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:43.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:18:43.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:18:43.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:18:43.149Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-669e2e34-50e5-4415-a447-76d0693bc959', protocol='range'}
2023-03-31T08:18:43.152Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:18:43.152Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:18:43.152Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:18:43.152Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:18:43.152Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:18:43.152Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:18:43.153Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-669e2e34-50e5-4415-a447-76d0693bc959=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T08:18:43.168Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-669e2e34-50e5-4415-a447-76d0693bc959', protocol='range'}
2023-03-31T08:18:43.169Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T08:18:43.169Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:18:43.169Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:18:43.169Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:18:43.169Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:18:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:18:43.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:18:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:18:43.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:18:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:18:43.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:18:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:18:43.174Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1791, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:18:43.174Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:18:43.174Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:18:43.174Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:18:43.174Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:18:43.221Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:18:43.222Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:18:43.223Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:18:43.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:43.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:43.230Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:44.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:18:44.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250690821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003db4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream"
}
2023-03-31T08:18:44.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:18:44.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:18:44.188Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:18:44.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:18:44.231Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:18:44.231Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:44.231Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:44.231Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:45.232Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:18:45.232Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:45.232Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:45.233Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:46.233Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:18:46.234Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:46.234Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:46.234Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:47.234Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:18:47.235Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:47.235Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:47.235Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:48.236Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:18:48.236Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:48.236Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:48.236Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:49.237Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:18:49.237Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:49.237Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:49.238Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:50.239Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:18:50.239Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:18:50.239Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T08:18:50.239Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:18:50.240Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:18:50.273Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:18:50.273Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:18:50.273Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:18:50.273Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:18:50.274Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:18:50.274Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:18:50.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:18:50.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21cc1f93
2023-03-31T08:18:50.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:18:50.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:18:50.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:18:50.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T08:18:50.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T08:18:50.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:18:50.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:50.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:50.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250730301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:51.303Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T08:18:51.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:18:51.325Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:18:51.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T08:18:51.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T08:18:51.330Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:18:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:18:51.331Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:18:51.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:18:51.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@738571e1
2023-03-31T08:18:51.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:18:51.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:18:51.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:18:51.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T08:18:51.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T08:18:51.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:18:51.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:18:51.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:18:51.352Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250731351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:18:52.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:18:52.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:18:52.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:18:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:18:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:19:22.381Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:19:22.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:19:22.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:19:22.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:19:43.129Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:19:43.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:19:43.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:19:43.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:19:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:19:52.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:19:52.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:19:52.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:20:22.417Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:20:22.432Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:20:22.435Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:20:22.435Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:20:43.129Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:20:43.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:20:43.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:20:43.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:20:43.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:20:43.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:20:43.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250730301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250731351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:20:43.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:20:52.435Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:20:52.451Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:20:52.454Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:20:52.454Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:21:22.455Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:21:22.469Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:21:22.471Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:21:22.472Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:21:43.129Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:21:52.472Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:21:52.485Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:21:52.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:21:52.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:22:22.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:22:22.501Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:22:22.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:22:22.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:22:43.129Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:22:52.505Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:22:52.519Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:22:52.522Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:22:52.523Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:23:22.523Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:23:22.543Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:23:22.546Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:23:22.546Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:23:43.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:23:43.240Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T08:23:43.241Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-669e2e34-50e5-4415-a447-76d0693bc959 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T08:23:43.241Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T08:23:43.241Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T08:23:43.760Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:23:43.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:23:43.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:23:43.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:23:43.779Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:23:43.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:23:43.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:23:43.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:23:43.797Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:23:43.797Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:23:43.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:23:43.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1801, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:23:43.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:23:43.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:23:52.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T08:23:52.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:23:52.551Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T08:23:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T08:23:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T08:23:52.555Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:23:52.565Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:23:52.566Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T08:23:52.572Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T08:23:52.574Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:23:52.575Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:23:52 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:23:52.575Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:23:53.573Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:23:53.574Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:23:53.574Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:23:53.574Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:23:53.582Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:23:53.582Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:23:53.582Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:23:53.582Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:23:53.582Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:23:53.582Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251033582,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:23:53.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-31T08:23:53.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251033582,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
}
2023-03-31T08:23:53.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:23:54.598Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:23:54.598Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:23:54.598Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:23:54.598Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:23:54.598Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:23:54.598Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:23:55.599Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:23:55.599Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:23:55.599Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:23:55.599Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:23:56.600Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:23:56.600Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:23:56.601Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:23:56.601Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:23:57.602Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:23:57.602Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:23:57.602Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:23:57.603Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:23:58.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:23:58.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:23:58.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:23:58.604Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:23:59.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:23:59.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:23:59.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:23:59.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:00.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:00.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:00.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:00.608Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:01.610Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:24:01.610Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:24:01.610Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T08:24:01.611Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:24:01.611Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:24:01.641Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:24:01.641Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:24:01.641Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:24:01.641Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:24:01.641Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:24:01.641Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:24:01.980Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:24:01.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T08:24:01.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:24:01.982Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:24:01.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:24:01.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:01.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:01.983Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251041982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:02.984Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:24:02.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:24:02.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:24:02.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T08:24:02.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:24:02.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:24:03.109Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18194988188194937354/Definitions/service-Vfw20230331053815-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-03-31T08:24:04.529Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.530Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:24:04.531Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:24:04.532Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:24:04.533Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.534Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:04.535Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:04.536Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:24:04.570Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T08:24:04.570Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:24:04.570Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T08:24:04.570Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:24:04.570Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:04.570Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:04.570Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251044570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:05.571Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:24:05.571Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T08:24:05.572Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:24:05.572Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:05.572Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:05.572Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251045571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:06.573Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:24:06.588Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:06.591Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:24:06.599Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:24:36.600Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:24:36.609Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T08:24:36.609Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T08:24:36.609Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T08:24:36.614Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:24:36.639Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T08:24:36.639Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9af65494-eec3-4939-b52d-5aa978f1d25e], X-ECOMP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-TransactionId=[], X-ONAP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], Content-Type=[application/merge-patch+json]}
2023-03-31T08:24:36.647Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:24:36.650Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:24:36 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:24:36.651Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:24:36.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:24:37.650Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:24:37.651Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:24:37.651Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:24:37.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:24:37.660Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:24:37.661Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:24:37.661Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:24:37.661Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:37.662Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:37.662Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251077661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:24:38.682Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:24:38.683Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:24:38.683Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:38.683Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:38.683Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:38.683Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:39.684Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:39.684Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:39.685Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:39.685Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:40.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:40.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:40.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:40.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:41.687Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:41.688Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:41.688Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:41.688Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:42.689Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:42.689Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:42.690Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:42.690Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251041982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251044570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251045571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251077661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:24:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:24:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:24:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:24:43.691Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:43.691Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:43.691Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:43.691Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:44.692Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:24:44.692Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:44.693Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:44.693Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:45.694Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:24:45.694Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:24:45.695Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T08:24:45.696Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:24:45.696Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:24:45.729Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:24:45.729Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:24:45.729Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:24:45.730Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:24:45.730Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:24:45.730Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:24:46.059Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:24:46.062Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T08:24:46.063Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:24:46.063Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:24:46.063Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:24:46.064Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:46.064Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:46.064Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251086063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:47.066Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:24:47.067Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:24:47.067Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:24:47.068Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T08:24:47.069Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:24:47.069Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:24:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4391722409084794700/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T08:24:48.651Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.652Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:24:48.653Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.654Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:24:48.655Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:48.656Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:24:48.657Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.658Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:24:48.659Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:24:48.660Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:24:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T08:24:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:24:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T08:24:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:24:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251088703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:49.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:24:49.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T08:24:49.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:24:49.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:24:49.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:24:49.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251089704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:24:50.706Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:24:50.724Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:24:50.727Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:24:50.728Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:24:50.741Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:25:20.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:25:20.747Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T08:25:20.747Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T08:25:20.747Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T08:25:20.753Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:25:20.768Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:25:20.769Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T08:25:20.779Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:25:20.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:25:20.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:25:20 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:25:20.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:25:21.782Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:25:21.782Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:25:21.782Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:25:21.782Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:25:21.792Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:25:21.792Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:25:21.792Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:25:21.792Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:25:21.792Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:25:21.792Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251121792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:25:22.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:25:22.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:25:22.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:25:22.816Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:25:22.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:25:22.817Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:25:23.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:25:23.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:25:23.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:25:23.819Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:25:24.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:25:24.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:25:24.820Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T08:25:24.821Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T08:25:24.821Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:25:24.842Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:25:24.843Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:25:24.843Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:25:24.843Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:25:24.843Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:25:24.843Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:25:25.301Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:25:25.303Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T08:25:25.303Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:25:25.303Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:25:25.303Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:25:25.303Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:25:25.304Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:25:25.304Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251125303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:25:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:25:26.305Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:25:26.306Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.306Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T08:25:26.307Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.307Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.393Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13602343474757951343/Definitions/service-BasicNetwork-template.yml
2023-03-31T08:25:26.724Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:25:26.724Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.725Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.726Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.726Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:25:26.726Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:25:26.726Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:25:26.726Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:25:26.726Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:25:26.727Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:25:26.728Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:25:26.729Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:25:26.729Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:25:26.775Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T08:25:26.775Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:25:26.775Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T08:25:26.776Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:25:26.776Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:25:26.776Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:25:26.776Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251126775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:25:27.777Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:25:27.778Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T08:25:27.778Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:25:27.778Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:25:27.778Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:25:27.778Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251127777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:25:28.779Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:25:28.800Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:25:28.803Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:25:28.803Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:25:28.803Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:25:28.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:25:28.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:25:28.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:25:28.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:25:28.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:25:28.804Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:25:28.808Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:25:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:25:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251086063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251088703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251089704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251121792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251125303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251126775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251127777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T08:25:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:25:58.809Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:25:58.817Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T08:25:58.817Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T08:25:58.818Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T08:25:58.824Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:25:58.839Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T08:25:58.839Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6d281a4-12e4-4e9d-86ae-7b5c3b434201], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T08:25:58.845Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:25:58.847Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:25:58 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:25:58.848Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:25:58.848Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:25:59.850Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:25:59.851Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:25:59.851Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:25:59.851Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:25:59.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:25:59.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:25:59.863Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:25:59.864Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:25:59.864Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:25:59.864Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251159863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:26:00.884Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:26:00.885Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:26:00.885Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:00.886Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:00.886Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:00.887Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:01.888Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:01.889Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:01.889Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:01.889Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:02.889Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:02.890Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:02.890Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:02.890Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:03.891Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:03.891Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:03.891Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:03.892Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:04.892Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:04.893Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:04.893Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:04.893Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:05.894Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:05.894Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:05.895Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:05.895Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:06.896Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:06.896Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:06.896Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:06.896Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:07.897Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:26:07.898Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:26:07.898Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T08:26:07.899Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:26:07.899Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:26:07.925Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:26:07.925Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:26:07.925Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:26:07.925Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:26:07.926Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:26:07.926Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:26:08.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:26:08.254Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T08:26:08.254Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:26:08.254Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:26:08.254Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:26:08.255Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:08.255Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:08.255Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251168254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:09.256Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:26:09.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:26:09.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:09.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T08:26:09.258Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:09.258Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:09.347Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11793849659253029399/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:26:10.115Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:26:10.115Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:26:10.115Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.115Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:10.116Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.117Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:26:10.118Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:10.120Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.120Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:10.120Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:10.120Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:10.120Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:26:10.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T08:26:10.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:26:10.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T08:26:10.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:26:10.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:10.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:10.171Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251170171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:11.172Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:26:11.172Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T08:26:11.172Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:26:11.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:11.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:11.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251171172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:12.175Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:26:12.187Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:12.192Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:26:12.198Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:26:42.198Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:26:42.205Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T08:26:42.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T08:26:42.206Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T08:26:42.212Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:26:42.232Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T08:26:42.232Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91d98855-432f-4967-853d-a6845f73e546], X-ECOMP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-TransactionId=[], X-ONAP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], Content-Type=[application/merge-patch+json]}
2023-03-31T08:26:42.238Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:26:42.240Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:26:41 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:26:42.241Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:26:42.241Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:26:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251159863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
}
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251168254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251170171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251171172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T08:26:43.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:26:43.242Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:26:43.243Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:26:43.243Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:26:43.243Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:26:43.256Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:26:43.256Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:26:43.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:26:43.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:43.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:43.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251203257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:26:44.277Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:26:44.277Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:26:44.277Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:44.277Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:44.277Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:44.278Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:45.278Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:45.278Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:45.279Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:45.279Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:46.279Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:46.280Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:46.280Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:46.280Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:47.280Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:47.281Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:47.281Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:47.281Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:48.282Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:48.282Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:48.282Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:48.282Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:49.283Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:49.283Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:49.283Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:49.283Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:50.284Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:50.284Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:50.284Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:50.284Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:51.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:26:51.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:51.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:51.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:52.285Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:26:52.286Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:26:52.286Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T08:26:52.286Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:26:52.286Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:26:52.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:26:52.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:26:52.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:26:52.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:52.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:26:52.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:52.629Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:26:52.631Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T08:26:52.631Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:26:52.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:52.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:26:52.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:52.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:52.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251212631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:53.632Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:26:53.633Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:26:53.633Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:53.633Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:53.634Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:53.634Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:53.706Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11864894184352411710/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T08:26:54.253Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:54.254Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:26:54.255Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:26:54.288Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T08:26:54.288Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:26:54.288Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T08:26:54.288Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:26:54.289Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:54.289Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:54.289Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251214288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:55.289Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:26:55.289Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T08:26:55.290Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:26:55.290Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:26:55.290Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:26:55.290Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251215289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:26:56.291Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:26:56.305Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:26:56.308Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:26:56.315Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:27:26.316Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:27:26.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T08:27:26.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T08:27:26.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T08:27:26.324Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:27:26.336Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T08:27:26.337Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3790a33-a8ab-46b2-a1ab-395f60cd5f60], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T08:27:26.369Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:27:26.371Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:27:25 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:27:26.371Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:27:26.372Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:27:27.371Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:27:27.371Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:27:27.371Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:27:27.371Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:27:27.378Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:27:27.378Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:27:27.378Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:27:27.379Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:27.379Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:27.379Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251247378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d640ace53-f591-4375-8668-36747121fd02 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:27:28.396Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:27:28.396Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:27:28.396Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:28.397Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:28.397Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:28.397Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:29.397Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:29.398Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:29.398Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:29.398Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:30.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:30.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:30.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:30.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:31.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:31.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:31.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:31.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:32.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:32.403Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:32.403Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:32.403Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:33.404Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:33.404Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:33.405Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:33.405Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:34.405Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:34.406Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:34.406Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:34.407Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:35.407Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:27:35.407Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:35.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:35.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:36.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:27:36.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:27:36.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T08:27:36.409Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:27:36.410Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:27:36.440Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:27:36.441Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:27:36.441Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:27:36.441Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:36.441Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:27:36.441Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:36.747Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:27:36.749Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T08:27:36.749Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:27:36.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:36.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:27:36.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:36.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:36.750Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251256749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:37.751Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:27:37.752Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:27:37.752Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:37.752Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:37.752Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:37.753Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:37.841Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13662337642002797198/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:27:38.362Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:27:38.363Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:27:38.364Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:27:38.401Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T08:27:38.401Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:27:38.401Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T08:27:38.402Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:27:38.402Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:38.402Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:38.402Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251258401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:39.403Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:27:39.403Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T08:27:39.404Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:27:39.404Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:27:39.404Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:27:39.404Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251259403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:40.405Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:27:40.433Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:27:40.436Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:27:40.436Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:27:40.436Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:27:40.436Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:27:40.437Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:27:40.437Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:27:40.437Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:27:40.437Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:27:40.437Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:27:40.443Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:27:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:27:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:27:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251203257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
}
2023-03-31T08:27:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:10.447Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:28:10.450Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T08:28:10.451Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T08:28:10.451Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T08:28:10.457Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:28:10.492Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T08:28:10.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6eafa5a1-6bce-4397-9f32-03158c6b6a5e], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T08:28:10.500Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:28:10.502Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:28:10 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:28:10.503Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:28:10.504Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:28:11.502Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:28:11.503Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:28:11.503Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:28:11.503Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:28:11.514Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:28:11.514Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:28:11.514Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:28:11.515Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:11.515Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:11.515Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251291514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:28:12.531Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:28:12.531Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:28:12.532Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:12.532Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:12.532Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:12.532Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:13.533Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:13.534Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:13.534Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:13.534Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:14.535Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:14.535Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:14.535Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:14.536Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:15.537Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:15.537Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:15.537Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:15.537Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:16.538Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:16.538Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:16.539Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:16.539Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:17.540Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:17.540Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:17.540Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:17.540Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:18.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:18.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:18.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:18.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:19.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:19.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:19.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:19.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:20.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:28:20.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:28:20.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T08:28:20.544Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:28:20.544Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:28:20.567Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:28:20.568Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:28:20.568Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:28:20.568Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:20.568Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:28:20.568Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:21.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:28:21.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T08:28:21.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:28:21.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:21.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:28:21.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:21.159Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:21.160Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251301159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:22.161Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:28:22.161Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:28:22.161Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.161Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.163Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.164Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.241Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13223645072179707019/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T08:28:22.803Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:28:22.804Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:28:22.805Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:28:22.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T08:28:22.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:28:22.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T08:28:22.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:28:22.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:22.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:22.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251302840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:23.841Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:28:23.842Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T08:28:23.842Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:28:23.842Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:23.842Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:23.842Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251303841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:24.843Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:28:24.855Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:28:24.858Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:28:24.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:28:24.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:28:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251212631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251214288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251215289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251247378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d640ace53-f591-4375-8668-36747121fd02 no healthy upstream"
}
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251256749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251258401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T08:28:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:43.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:28:43.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251259403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T08:28:43.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:28:54.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:28:54.877Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T08:28:54.877Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T08:28:54.878Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T08:28:54.887Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:28:54.905Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T08:28:54.905Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43fe2c20-0d47-4bdc-8bd0-c6df7a15f58a], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T08:28:54.911Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:28:54.913Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:28:54 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:28:54.914Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:28:54.914Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:28:55.914Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:28:55.915Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:28:55.915Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:28:55.915Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:28:55.922Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:28:55.923Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:28:55.923Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:28:55.923Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:55.923Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:55.924Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251335923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:28:56.941Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:28:56.942Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:28:56.942Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:56.942Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:56.943Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:56.943Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:57.944Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:57.944Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:57.944Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:57.944Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:58.944Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:58.945Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:58.945Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:58.945Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:28:59.945Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:28:59.946Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:28:59.947Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:28:59.947Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:00.948Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:00.948Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:00.948Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:00.948Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:01.950Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:01.950Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:01.950Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:01.951Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:02.952Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:02.952Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:02.952Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:02.953Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:03.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:03.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:03.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:03.954Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:04.955Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:04.955Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:04.956Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:04.956Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:05.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:05.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:05.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:05.957Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:06.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:29:06.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:29:06.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T08:29:06.960Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:29:06.960Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:29:06.986Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:29:06.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:29:06.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:29:06.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:06.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:29:06.987Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:07.334Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:29:07.338Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T08:29:07.339Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:29:07.339Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:07.339Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:29:07.339Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:07.339Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:07.339Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251347339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:08.341Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:29:08.341Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:29:08.342Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:08.342Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T08:29:08.343Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:08.343Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:08.429Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3764832418123373531/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:29:09.238Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:09.239Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.240Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:09.241Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:29:09.277Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T08:29:09.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:29:09.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T08:29:09.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:29:09.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:09.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:09.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251349278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:10.279Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:29:10.279Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T08:29:10.279Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:29:10.279Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:10.280Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:10.280Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:11.280Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:29:11.289Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:29:11.292Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:29:11.292Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:29:11.292Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:29:11.292Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:29:11.292Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:11.293Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:11.293Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:11.293Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:11.293Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:29:11.297Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:29:41.297Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:29:41.307Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T08:29:41.307Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T08:29:41.308Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T08:29:41.314Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:29:41.332Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:29:41.333Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T08:29:41.341Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:29:41.343Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:29:41.343Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:29:40 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:29:41.344Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:29:42.343Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
2023-03-31T08:29:42.344Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:29:42.344Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
2023-03-31T08:29:42.344Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:29:42.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:29:42.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=ff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream
2023-03-31T08:29:42.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:29:42.357Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:42.357Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:42.357Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251382356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:43.129Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-03-31T08:29:43.142Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:29:43.142Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:29:43.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:29:43.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:29:43.166Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:29:43.166Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:29:43.166Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:29:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:29:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:29:43.171Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:29:43.172Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1864, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:29:43.172Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:29:43.172Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:29:43.372Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:29:43.373Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:29:43.373Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:43.373Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:43.373Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:43.373Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:44.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251291514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream"
}
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251301159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251302840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251303841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251335923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251347339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251349278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251382356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dff42c268-3142-4a14-b2f5-474cfeb49637 no healthy upstream"
}
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:29:44.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:29:44.374Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:44.374Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:44.374Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:44.374Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:45.375Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:45.375Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:45.375Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:45.375Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:46.376Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:46.376Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:46.376Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:46.376Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:47.377Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:47.377Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:47.377Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:47.377Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:48.378Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:48.378Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:48.378Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:48.378Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:49.379Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:49.380Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:49.380Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:49.380Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:50.380Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:29:50.381Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:50.381Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:50.381Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:51.382Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:29:51.382Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:29:51.382Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T08:29:51.383Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:29:51.383Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:29:51.405Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:29:51.405Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:29:51.406Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:29:51.406Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:29:51.406Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:29:51.406Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:29:51.714Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:29:51.716Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T08:29:51.716Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:29:51.716Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:29:51.717Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:29:51.717Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:51.717Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:51.717Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251391716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:52.718Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:29:52.719Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:29:52.719Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:52.720Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T08:29:52.721Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:52.721Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:52.863Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18364044648692250709/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:29:53.733Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:29:53.734Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:29:53.735Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:29:53.736Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:29:53.768Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T08:29:53.768Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:29:53.768Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T08:29:53.769Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:29:53.769Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:53.769Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:53.769Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251393768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:54.769Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:29:54.770Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T08:29:54.770Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:29:54.770Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:29:54.770Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:29:54.770Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251394769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:29:55.771Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:29:55.789Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:29:55.792Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:29:55.802Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:30:25.802Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:30:25.808Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T08:30:25.808Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T08:30:25.808Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T08:30:25.815Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:30:25.845Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:30:25.846Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T08:30:25.854Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:30:25.857Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:30:25.857Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:30:25 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:30:25.857Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:30:26.860Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
2023-03-31T08:30:26.860Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:30:26.860Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
2023-03-31T08:30:26.860Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:30:26.871Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:30:26.871Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream
2023-03-31T08:30:26.872Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:30:26.872Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:26.872Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:26.872Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251426871,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dfb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:30:27.887Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:30:27.887Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:30:27.887Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:27.887Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:27.887Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:27.887Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:28.888Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:28.888Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:28.888Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:28.888Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:29.889Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:29.889Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:29.889Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:29.890Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:30.890Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:30.890Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:30.891Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:30.891Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:31.891Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:31.891Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:31.891Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:31.891Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:32.892Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:32.892Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:32.893Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:32.893Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:33.893Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:33.894Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:33.894Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:33.895Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:34.895Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:34.896Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:34.896Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:34.896Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:35.897Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:30:35.897Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:35.897Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:35.898Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:36.899Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:30:36.899Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:30:36.899Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T08:30:36.900Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:30:36.900Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:30:36.928Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:30:36.929Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:30:36.929Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:30:36.929Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:30:36.929Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:30:36.929Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:30:36.957Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:30:36.957Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7cbb404f
2023-03-31T08:30:36.957Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:30:36.957Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T08:30:36.957Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:30:36.958Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:30:36.958Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T08:30:36.958Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:30:36.958Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:36.958Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:36.958Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251436958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:37.959Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:30:38.002Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T08:30:38.002Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:30:38.002Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T08:30:38.003Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:30:38.003Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:38.003Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:38.003Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251438002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:39.004Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:30:39.004Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T08:30:39.004Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:30:39.004Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:30:39.005Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:30:39.005Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251439004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:40.005Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:30:40.023Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:30:40.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:30:40.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:30:40.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:30:40.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:30:40.027Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:30:40.027Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:30:40.027Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:30:40.027Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:30:40.027Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:30:40.032Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:30:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:30:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:30:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:30:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:10.033Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:31:10.042Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T08:31:10.042Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T08:31:10.043Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T08:31:10.049Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:31:10.064Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T08:31:10.065Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3bf2898-59e7-41f9-bb97-50a8d2de27fd], X-ECOMP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], X-TransactionId=[], X-ONAP-RequestID=[b4c30edf-061c-4875-9bb0-d49937f3119d], Content-Type=[application/merge-patch+json]}
2023-03-31T08:31:10.071Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:31:10.073Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:31:10 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:31:10.073Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:31:10.073Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:31:11.075Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:31:11.075Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:31:11.075Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:31:11.075Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:31:11.084Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:31:11.084Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=b4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream
2023-03-31T08:31:11.084Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:31:11.085Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:11.085Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:11.085Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251471084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003db4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:31:12.106Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T08:31:12.107Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T08:31:12.108Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T08:31:12.109Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Cancelled in-flight METADATA request with correlation id 127241 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-31T08:31:12.109Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 1 disconnected.
2023-03-31T08:31:12.109Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T08:31:12.110Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T08:31:12.110Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:31:12.110Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:31:12.116Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-29824346-4820-42dc-9ec5-274ce6c1e4c4
2023-03-31T08:31:12.116Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T08:31:12.117Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T08:31:12.117Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:31:13.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:16.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:19.570Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:22.582Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:25.590Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:28.602Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:31.616Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:34.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:37.637Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:40.647Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:31:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:43.141Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:31:43.141Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:31:43.147Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:31:43.147Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-29824346-4820-42dc-9ec5-274ce6c1e4c4', protocol='range'}
2023-03-31T08:31:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:31:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:31:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:31:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:31:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:31:43.151Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:31:43.152Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-29824346-4820-42dc-9ec5-274ce6c1e4c4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T08:31:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:31:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:31:43.162Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:31:43.163Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-29824346-4820-42dc-9ec5-274ce6c1e4c4', protocol='range'}
2023-03-31T08:31:43.164Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T08:31:43.164Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:31:43.166Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:31:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:31:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:31:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1893, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:31:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:31:43.167Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:31:43.170Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:31:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:31:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:31:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:31:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:31:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:31:43.208Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:31:43.208Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:31:43.209Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:31:43.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:43.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:43.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251391716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251393768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251394769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251426871,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dfb8c1cd2-faac-4ba1-b77d-3a346f16ca1c no healthy upstream"
}
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680250691836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251436958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251438002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251439004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251471084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003db4c30edf-061c-4875-9bb0-d49937f3119d no healthy upstream"
}
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:31:44.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:31:44.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:31:44.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:44.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:44.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:45.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:31:45.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:45.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:45.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:46.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:31:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:46.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:47.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:31:47.214Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:47.214Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:47.214Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:48.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:31:48.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:48.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:48.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:49.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:31:49.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:49.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:49.216Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:50.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:31:50.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:31:50.217Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T08:31:50.217Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:31:50.218Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:31:50.238Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:31:50.239Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:31:50.239Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:31:50.239Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:31:50.239Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:31:50.239Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26f62d7e
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T08:31:50.262Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:31:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:50.263Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251510262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:51.264Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T08:31:51.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:31:51.284Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:31:51.289Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T08:31:51.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T08:31:51.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:31:51.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:31:51.290Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:31:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:31:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5870d7f9
2023-03-31T08:31:51.311Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:31:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:31:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:31:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T08:31:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T08:31:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:31:51.312Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:31:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:31:51.313Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251511312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:31:52.314Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:31:52.314Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:31:52.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:31:52.326Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:31:52.326Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:32:22.326Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:32:22.344Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:32:22.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:32:22.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:32:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:32:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:32:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:32:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:32:52.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:32:52.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:32:52.365Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:32:52.365Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:33:22.366Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:33:22.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:33:22.379Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:33:22.379Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:33:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T08:33:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251510262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251511312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:33:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:33:52.380Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:33:52.405Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:33:52.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:33:52.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:34:22.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:34:22.437Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:34:22.441Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:34:22.441Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:34:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:34:52.442Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:34:52.452Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:34:52.470Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:34:52.471Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:35:22.471Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:35:22.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:35:22.491Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:35:22.491Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:35:43.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:35:52.491Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:35:52.517Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:35:52.521Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:35:52.521Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:36:22.521Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:36:22.547Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:36:22.551Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:36:22.551Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:36:43.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:36:43.254Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T08:36:43.254Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-29824346-4820-42dc-9ec5-274ce6c1e4c4 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T08:36:43.254Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T08:36:43.254Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T08:36:43.792Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:36:43.808Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:36:43.808Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:36:43.815Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:36:43.815Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:36:43.832Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:36:43.832Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:36:43.832Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:36:43.841Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:36:43.841Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:36:43.841Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:36:43.842Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1925, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:36:43.842Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:36:43.842Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:36:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T08:36:52.552Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:36:52.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T08:36:52.560Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T08:36:52.561Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T08:36:52.567Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:36:52.585Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T08:36:52.585Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32763db0-f65b-421c-aad9-6f0d3f506723], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T08:36:52.591Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T08:36:52.595Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:36:52 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:36:52.596Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:36:52.596Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:36:53.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:36:53.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:36:53.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:36:53.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:36:53.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:36:53.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:36:53.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:36:53.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:36:53.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:36:53.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251813609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:36:53.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T08:36:53.627Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251813609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
}
2023-03-31T08:36:53.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:36:54.624Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:36:54.624Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:36:54.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:36:54.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:36:54.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:36:54.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:36:55.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:36:55.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:36:55.625Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:36:55.626Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:36:56.626Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:36:56.627Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:36:56.627Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:36:56.627Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:36:57.627Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:36:57.628Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:36:57.628Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:36:57.628Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:36:58.628Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:36:58.629Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:36:58.629Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:36:58.629Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:36:59.630Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:36:59.630Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:36:59.630Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:36:59.630Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:00.631Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:00.631Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:00.631Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:00.631Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:01.632Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:37:01.632Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:37:01.633Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T08:37:01.633Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:37:01.633Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:37:01.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:37:01.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:37:01.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:37:01.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:37:01.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:37:01.652Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:37:01.992Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:37:01.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T08:37:01.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:37:01.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:37:01.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:37:01.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:01.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:01.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251821996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:02.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:37:02.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:37:02.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:37:02.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T08:37:02.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:37:02.998Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:37:03.118Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11931005089387266980/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-31T08:37:04.551Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:37:04.551Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:37:04.552Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:04.553Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.554Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:37:04.555Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:37:04.556Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.557Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:04.558Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:37:04.583Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T08:37:04.583Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:37:04.583Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T08:37:04.583Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:37:04.583Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:04.583Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:04.583Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251824583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:05.585Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:37:05.585Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T08:37:05.585Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:37:05.585Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:05.585Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:05.586Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251825585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:06.587Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:37:06.596Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:37:06.598Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:37:06.598Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:37:06.598Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:37:06.598Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:37:06.598Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:06.599Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:06.599Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:06.599Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:06.599Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:37:06.601Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:37:36.602Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:37:36.608Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T08:37:36.608Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T08:37:36.609Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T08:37:36.615Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:37:36.629Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:37:36.630Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T08:37:36.641Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:37:36.643Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:37:36.643Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:37:36 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:37:36.644Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:37:37.648Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:37:37.648Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:37:37.649Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:37:37.649Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:37:37.661Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:37:37.661Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:37:37.662Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:37:37.662Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:37.662Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:37.663Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251857662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:37:38.685Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:37:38.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:37:38.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:38.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:38.686Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:38.687Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:39.688Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:39.689Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:39.689Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:39.689Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:40.690Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:40.691Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:40.691Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:40.691Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:41.692Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:41.693Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:41.693Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:41.693Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:42.694Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:42.695Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:42.695Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:42.695Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251821996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251824583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251825585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251857662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:37:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:37:43.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:43.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:43.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:43.710Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:44.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:37:44.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:44.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:44.712Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:45.713Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:37:45.713Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:37:45.713Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T08:37:45.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:37:45.714Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:37:45.744Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:37:45.745Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:37:45.745Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:37:45.745Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:37:45.746Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:37:45.746Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:37:46.161Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:37:46.165Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T08:37:46.165Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:37:46.165Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:37:46.165Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:37:46.166Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:46.166Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:46.166Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251866165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:47.167Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:37:47.168Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:37:47.168Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:37:47.168Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T08:37:47.169Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:37:47.169Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:37:47.289Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4249569089992185227/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T08:37:48.699Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:37:48.700Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:48.701Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.702Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.703Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:37:48.704Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:37:48.705Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:37:48.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T08:37:48.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:37:48.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T08:37:48.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:37:48.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:48.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:48.742Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251868742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:49.743Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:37:49.743Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T08:37:49.743Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:37:49.744Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:37:49.744Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:37:49.744Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251869743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:37:50.745Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:37:50.778Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:50.781Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:37:50.782Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:37:50.799Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:38:20.799Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:38:20.811Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T08:38:20.811Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T08:38:20.811Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T08:38:20.814Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:38:20.824Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T08:38:20.825Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1229c0fd-94a1-491a-bdd0-fb21c1896aee], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T08:38:20.832Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:38:20.833Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:38:20 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:38:20.834Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:38:20.834Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:38:21.836Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:38:21.836Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:38:21.837Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:38:21.837Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:38:21.851Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:38:21.852Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:38:21.852Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:38:21.852Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:38:21.852Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:38:21.852Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251901852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:38:22.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:38:22.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:38:22.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:38:22.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:38:22.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:38:22.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:38:23.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:38:23.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:38:23.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:38:23.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:38:24.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:38:24.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:38:24.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T08:38:24.886Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T08:38:24.886Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:38:24.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:38:24.937Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:38:24.937Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:38:24.937Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:38:24.938Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:38:24.938Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:38:25.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:38:25.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T08:38:25.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:38:25.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:38:25.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:38:25.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:38:25.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:38:25.236Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251905236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:38:26.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:38:26.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:38:26.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T08:38:26.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.239Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.348Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7387489066099418790/Definitions/service-BasicNetwork-template.yml
2023-03-31T08:38:26.625Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:38:26.625Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:38:26.625Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.625Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:38:26.626Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:38:26.627Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:38:26.674Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T08:38:26.674Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:38:26.674Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T08:38:26.675Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:38:26.675Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:38:26.675Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:38:26.675Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251906674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:38:27.676Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:38:27.677Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T08:38:27.677Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:38:27.677Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:38:27.677Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:38:27.678Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251907676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:38:28.679Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:38:28.702Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:38:28.704Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:38:28.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:38:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:38:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:38:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251866165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251868742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251869743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251901852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
}
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251905236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:38:43.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.138Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251906674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T08:38:43.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:43.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:38:43.138Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251907676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T08:38:43.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:38:58.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:38:58.738Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T08:38:58.738Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T08:38:58.739Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T08:38:58.745Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:38:58.767Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T08:38:58.768Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f1f06d3-2613-4c9b-b281-a4275a077a42], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T08:38:58.775Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:38:58.780Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:38:58 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:38:58.781Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:38:58.781Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:38:59.780Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:38:59.781Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:38:59.781Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:38:59.781Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:38:59.793Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:38:59.793Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:38:59.793Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:38:59.793Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:38:59.793Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:38:59.793Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251939793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:39:00.820Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:39:00.820Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:39:00.821Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:00.821Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:00.821Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:00.821Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:01.822Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:01.822Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:01.822Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:01.822Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:02.823Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:02.823Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:02.823Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:02.823Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:03.825Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:03.825Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:03.825Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:03.825Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:04.826Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:04.826Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:04.826Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:04.826Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:05.827Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:05.827Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:05.827Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:05.828Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:06.828Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:06.828Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:06.829Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:06.829Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:07.829Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:39:07.830Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:39:07.830Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T08:39:07.830Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:39:07.830Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:39:07.873Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:39:07.874Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:39:07.874Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:39:07.874Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:39:07.874Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:39:07.875Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:39:08.172Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:39:08.173Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T08:39:08.174Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:39:08.174Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:39:08.174Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:39:08.174Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:08.174Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:08.174Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251948174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:09.175Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:39:09.175Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:39:09.175Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:09.176Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T08:39:09.176Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:09.176Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:09.283Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8500019585777417533/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:39:10.105Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:39:10.105Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:39:10.105Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.105Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:39:10.105Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.105Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:39:10.106Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:39:10.107Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:39:10.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:10.109Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.110Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:10.110Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:10.110Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:10.110Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:39:10.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T08:39:10.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:39:10.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T08:39:10.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:39:10.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:10.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:10.164Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251950164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:11.165Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:39:11.165Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T08:39:11.166Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:39:11.166Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:11.166Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:11.166Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251951165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:12.167Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:39:12.196Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:39:12.200Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:39:12.200Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:39:12.200Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:39:12.200Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:39:12.200Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:12.200Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:12.200Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:12.201Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:12.201Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:39:12.214Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:39:42.215Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:39:42.227Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T08:39:42.227Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T08:39:42.228Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T08:39:42.233Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:39:42.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T08:39:42.250Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c25d5df9-9039-4d2d-ac14-482e6cd2d8fc], X-ECOMP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-TransactionId=[], X-ONAP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], Content-Type=[application/merge-patch+json]}
2023-03-31T08:39:42.255Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:39:42.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:39:41 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:39:42.258Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:39:42.258Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:39:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251939793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
}
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:39:43.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251948174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251950164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251951165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T08:39:43.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:39:43.256Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:39:43.256Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:39:43.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:39:43.257Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:39:43.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:39:43.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:39:43.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:39:43.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:43.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:43.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251983270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:39:44.297Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:39:44.297Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:39:44.298Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:44.298Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:44.298Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:44.298Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:45.299Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:45.299Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:45.300Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:45.300Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:46.301Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:46.301Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:46.301Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:46.302Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:47.302Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:47.302Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:47.302Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:47.303Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:48.303Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:48.303Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:48.304Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:48.304Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:49.304Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:49.305Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:49.305Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:49.305Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:50.307Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:50.307Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:50.307Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:50.308Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:51.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:39:51.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:51.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:51.309Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:52.310Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:39:52.311Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:39:52.311Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T08:39:52.312Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:39:52.312Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:39:52.359Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:39:52.360Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:39:52.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:39:52.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:52.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:39:52.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:52.662Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:39:52.663Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T08:39:52.663Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:39:52.664Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:52.664Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:39:52.664Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:52.664Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:52.664Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251992663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:53.665Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:39:53.666Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:39:53.666Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:53.667Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:53.667Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:53.667Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:53.755Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1576886905515688571/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T08:39:54.312Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:39:54.313Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:39:54.314Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:39:54.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T08:39:54.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:39:54.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T08:39:54.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:39:54.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:54.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:54.357Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251994357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:55.358Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:39:55.358Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T08:39:55.358Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:39:55.358Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:39:55.358Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:39:55.359Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251995358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:39:56.359Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:39:56.379Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:39:56.383Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:39:56.396Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:40:26.396Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:40:26.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T08:40:26.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T08:40:26.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T08:40:26.417Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:40:26.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T08:40:26.434Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d2bbc80-3b79-4fcd-8f48-5cc7d6b8a9ca], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T08:40:26.441Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:40:26.443Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:40:26 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:40:26.443Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:40:26.444Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:40:27.442Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:40:27.442Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:40:27.442Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:40:27.442Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:40:27.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:40:27.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=640ace53-f591-4375-8668-36747121fd02 no healthy upstream
2023-03-31T08:40:27.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:40:27.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:27.454Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:27.455Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252027454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d640ace53-f591-4375-8668-36747121fd02 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:40:28.485Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:40:28.486Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:40:28.486Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:28.486Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:28.486Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:28.487Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:29.487Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:29.488Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:29.488Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:29.488Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:30.488Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:30.489Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:30.489Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:30.489Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:31.491Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:31.491Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:31.491Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:31.491Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:32.493Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:32.493Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:32.493Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:32.493Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:33.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:33.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:33.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:33.495Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:34.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:34.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:34.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:34.497Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:35.498Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:40:35.499Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:35.499Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:35.499Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:36.499Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:40:36.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:40:36.500Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T08:40:36.500Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:40:36.500Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:40:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:40:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:40:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:40:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:36.544Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:40:36.545Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:36.860Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:40:36.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T08:40:36.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:40:36.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:36.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:40:36.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:36.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:36.864Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:37.865Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:40:37.866Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:40:37.866Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:37.866Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:37.867Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:37.867Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:37.947Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16427208010149767867/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:40:38.493Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:40:38.494Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:40:38.495Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:40:38.495Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:40:38.495Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:40:38.495Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:40:38.495Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:40:38.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T08:40:38.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:40:38.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T08:40:38.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:40:38.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:38.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:38.541Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252038541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:39.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:40:39.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T08:40:39.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:40:39.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:40:39.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:40:39.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252039542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:40.543Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:40:40.564Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:40:40.568Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:40:40.568Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:40:40.569Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:40:40.569Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:40:40.569Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:40:40.569Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:40:40.569Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:40:40.569Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:40:40.569Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:40:40.580Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:40:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:40:43.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:40:43.130Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251983270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
}
2023-03-31T08:40:43.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:10.581Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:41:10.588Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T08:41:10.588Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T08:41:10.589Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T08:41:10.595Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:41:10.616Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T08:41:10.616Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21cf5fe1-7a83-4af0-aa11-f2c975b861c7], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T08:41:10.622Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:41:10.623Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:41:10 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:41:10.624Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:41:10.624Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:41:11.624Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:41:11.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:41:11.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:41:11.625Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:41:11.637Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:41:11.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream
2023-03-31T08:41:11.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:41:11.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:11.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:11.638Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252071638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:41:12.668Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:41:12.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:41:12.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:12.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:12.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:12.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:13.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:13.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:13.669Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:13.670Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:14.670Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:14.670Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:14.670Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:14.671Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:15.671Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:15.672Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:15.672Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:15.672Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:16.672Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:16.673Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:16.673Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:16.673Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:17.673Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:17.674Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:17.674Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:17.674Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:18.675Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:18.676Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:18.676Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:18.676Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:19.676Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:19.677Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:19.677Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:19.677Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:20.678Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:41:20.679Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:41:20.679Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T08:41:20.679Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:41:20.679Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:41:20.731Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:41:20.732Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:41:20.732Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:41:20.732Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:20.732Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:41:20.732Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:21.049Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:41:21.051Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T08:41:21.052Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:41:21.052Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:21.052Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:41:21.052Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:21.052Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:21.053Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252081052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:22.053Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:41:22.054Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:41:22.054Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.055Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.055Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.055Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.153Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17628193105208383665/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.668Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:41:22.669Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:41:22.670Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:41:22.717Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T08:41:22.717Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:41:22.717Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T08:41:22.717Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:41:22.717Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:22.718Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:22.718Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252082717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:23.718Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:41:23.719Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T08:41:23.719Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:41:23.719Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:23.719Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:23.719Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252083718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:24.719Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:41:24.740Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:41:24.745Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:41:24.757Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:41:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:43.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.130Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251992663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251994357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251995358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252027454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d640ace53-f591-4375-8668-36747121fd02 no healthy upstream"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252038541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252039542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T08:41:43.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:41:54.757Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:41:54.766Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T08:41:54.766Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T08:41:54.767Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T08:41:54.773Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:41:54.799Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T08:41:54.800Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b05b68f-a239-4f7a-bf09-885cc0606d85], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T08:41:54.806Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:41:54.808Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:41:54 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:41:54.808Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:41:54.808Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:41:55.809Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:41:55.809Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:41:55.809Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:41:55.810Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:41:55.821Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:41:55.821Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream
2023-03-31T08:41:55.822Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:41:55.822Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:55.822Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:55.822Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252115822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:41:56.856Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:41:56.857Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:41:56.857Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:56.857Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:56.858Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:56.858Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:57.858Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:57.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:57.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:57.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:58.859Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:58.860Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:58.860Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:58.860Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:41:59.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:41:59.861Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:41:59.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:41:59.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:00.862Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:00.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:00.863Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:00.864Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:01.864Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:01.865Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:01.865Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:01.865Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:02.866Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:02.866Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:02.866Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:02.867Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:03.867Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:03.868Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:03.868Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:03.868Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:04.868Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:04.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:04.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:04.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:05.869Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:05.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:05.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:05.870Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:06.871Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:42:06.871Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:42:06.872Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T08:42:06.872Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:42:06.872Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:42:06.924Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:42:06.925Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:42:06.925Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:42:06.925Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:06.925Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:42:06.925Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:07.271Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:42:07.277Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T08:42:07.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:42:07.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:07.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:42:07.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:07.278Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:07.279Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252127278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:08.279Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:42:08.280Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:42:08.280Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:08.281Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T08:42:08.281Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:08.281Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:08.375Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2295028349263770912/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:42:09.176Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:42:09.177Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:42:09.178Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:09.179Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:42:09.231Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T08:42:09.231Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:42:09.231Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T08:42:09.231Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:42:09.231Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:09.231Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:09.231Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252129231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:10.232Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:42:10.232Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T08:42:10.232Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:42:10.232Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:10.233Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:10.233Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252130232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:11.233Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:42:11.256Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:11.260Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:11.261Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:42:11.272Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:42:41.273Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:42:41.285Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T08:42:41.285Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T08:42:41.286Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T08:42:41.295Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:42:41.320Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:42:41.321Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T08:42:41.345Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.UnknownHostException: aai.onap
2023-03-31T08:42:41.345Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: aai.onap
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2023-03-31T08:42:41.345Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:42:41.345Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exception caused by: java.net.UnknownHostException: aai.onap
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:42:41.355Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:42:41.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:42:41.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:42:41.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:41.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:41.356Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252161356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:42:42.388Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||received message from topic
2023-03-31T08:42:42.388Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:42:42.388Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:42.388Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:42.388Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:42.388Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:43.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:43.129Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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-03-31T08:42:43.143Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:42:43.143Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:42:43.149Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:42:43.149Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:42:43.165Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:42:43.165Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:42:43.165Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:42:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:42:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:42:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:42:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1988, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:42:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:42:43.169Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:42:43.389Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:43.390Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:43.390Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:43.390Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:44.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252071638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d960b0de7-2055-4636-bd04-11e140c23ff9 no healthy upstream"
}
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252081052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252082717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252083718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252115822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc0e9b957-fa41-40d3-aa34-802ef1197ef1 no healthy upstream"
}
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252127278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252129231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252130232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252161356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
}
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:42:44.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:42:44.391Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:44.391Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:44.391Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:44.391Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:45.392Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:45.392Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:45.392Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:45.392Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:46.393Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:46.393Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:46.393Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:46.394Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:47.394Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:47.395Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:47.395Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:47.395Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:48.396Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:48.396Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:48.396Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:48.397Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:49.397Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:42:49.398Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:49.398Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:49.398Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:50.399Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:42:50.399Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:42:50.399Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T08:42:50.400Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:42:50.400Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:42:50.448Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:42:50.448Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:42:50.449Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:42:50.449Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:42:50.449Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:42:50.449Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:42:50.753Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||GET Response Status 200
2023-03-31T08:42:50.755Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T08:42:50.756Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:42:50.756Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:42:50.756Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:42:50.756Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:50.756Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:50.757Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252170756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:51.757Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:42:51.758Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:42:51.758Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:51.760Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T08:42:51.761Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:51.761Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:51.845Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11345837359625044005/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:42:52.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:42:52.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||####################################################################################################
2023-03-31T08:42:52.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:42:52.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.639Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|WARN|500||####################################################################################################
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:42:52.640Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Search for entities recursively
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:42:52.641Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.642Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:42:52.643Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:42:52.644Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:42:52.690Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T08:42:52.690Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:42:52.691Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|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: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T08:42:52.691Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:42:52.691Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:52.691Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:52.691Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252172690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:53.692Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:42:53.692Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|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: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T08:42:53.692Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:42:53.693Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:42:53.693Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:42:53.693Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252173692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:42:54.693Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:42:54.719Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:42:54.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:42:54.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:42:54.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:42:54.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:42:54.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:54.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:54.724Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:54.725Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:42:54.725Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:42:54.737Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:43:24.737Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:43:24.751Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T08:43:24.751Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T08:43:24.751Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T08:43:24.757Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:43:24.777Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T08:43:24.777Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[158e96c9-9532-4059-bbdb-02681d24a8ac], X-ECOMP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], X-TransactionId=[], X-ONAP-RequestID=[fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c], Content-Type=[application/merge-patch+json]}
2023-03-31T08:43:24.806Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.UnknownHostException: aai.onap
2023-03-31T08:43:24.806Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: aai.onap
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2023-03-31T08:43:24.807Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:43:24.807Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exception caused by: java.net.UnknownHostException: aai.onap
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:43:24.814Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:43:24.815Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:43:24.815Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:43:24.815Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:24.815Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:24.815Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252204815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:43:25.845Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||received message from topic
2023-03-31T08:43:25.846Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:43:25.846Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:25.846Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:25.846Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:25.846Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:26.847Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:26.847Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:26.847Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:26.847Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:27.848Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:27.848Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:27.848Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:27.848Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:28.849Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:28.849Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:28.849Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:28.849Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:29.850Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:29.850Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:29.850Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:29.850Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:30.851Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:30.851Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:30.851Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:30.852Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:31.852Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:31.853Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:31.853Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:31.853Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:32.854Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:32.854Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:32.854Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:32.854Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:33.855Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:43:33.856Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:33.856Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:33.856Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:34.857Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:43:34.857Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:43:34.857Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T08:43:34.858Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:43:34.858Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:43:34.906Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:43:34.906Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:43:34.906Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:43:34.907Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:43:34.907Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:43:34.907Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:43:34.931Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||GET Response Status 404
2023-03-31T08:43:34.931Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@79fca832
2023-03-31T08:43:34.931Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:43:34.932Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T08:43:34.932Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:43:34.932Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:43:34.932Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T08:43:34.932Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:43:34.932Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:34.932Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:34.933Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252214932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:35.933Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|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:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:43:35.988Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T08:43:35.988Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:43:35.989Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|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: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T08:43:35.989Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:43:35.989Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:35.989Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:35.989Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252215988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:36.990Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:43:36.991Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|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: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T08:43:36.991Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:43:36.991Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:43:36.991Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:43:36.991Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252216990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:37.992Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:43:38.020Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:43:38.025Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:43:38.025Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:43:38.025Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:43:38.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:43:38.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:43:38.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:43:38.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:43:38.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:43:38.026Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:43:38.041Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:43:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:43:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:43:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:43:43.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:08.042Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:44:08.051Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T08:44:08.051Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T08:44:08.052Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T08:44:08.058Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:44:08.080Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:44:08.081Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T08:44:08.113Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.UnknownHostException: aai.onap
2023-03-31T08:44:08.114Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: aai.onap
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2023-03-31T08:44:08.114Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:44:08.114Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Exception caused by: java.net.UnknownHostException: aai.onap
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:44:08.125Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:44:08.125Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap
2023-03-31T08:44:08.125Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:44:08.126Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:08.126Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:08.126Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252248125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:44:09.152Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T08:44:09.152Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T08:44:09.153Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T08:44:09.154Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T08:44:09.154Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T08:44:09.154Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T08:44:09.154Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:44:09.155Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:44:09.158Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T08:44:09.160Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-fa927931-b7e4-4a11-b231-00250dba6aff
2023-03-31T08:44:09.161Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T08:44:09.161Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:44:10.546Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:13.557Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:16.577Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:19.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:22.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:25.605Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:28.614Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:31.623Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:34.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:37.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:40.647Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:44:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:43.143Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:44:43.144Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:44:43.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:44:43.151Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-fa927931-b7e4-4a11-b231-00250dba6aff', protocol='range'}
2023-03-31T08:44:43.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:44:43.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:44:43.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:44:43.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:44:43.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:44:43.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:44:43.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-fa927931-b7e4-4a11-b231-00250dba6aff=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T08:44:43.174Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:44:43.174Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:44:43.174Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:44:43.174Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-fa927931-b7e4-4a11-b231-00250dba6aff', protocol='range'}
2023-03-31T08:44:43.174Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T08:44:43.175Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:44:43.178Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:44:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:44:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:44:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:44:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:44:43.179Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:44:43.179Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:44:43.179Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:44:43.179Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:44:43.180Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2018, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:44:43.180Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:44:43.180Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:44:43.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||received message from topic
2023-03-31T08:44:43.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:44:43.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:44:43.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:43.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:43.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252170756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252172690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252173692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252204815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680251472106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252214932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252215988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252216990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T08:44:44.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.199Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252248125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.UnknownHostException: aai.onap"
}
2023-03-31T08:44:44.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:44:44.199Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:44:44.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:44:44.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:44:44.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:44.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:44.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:45.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:44:45.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:45.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:45.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:46.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:44:46.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:46.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:46.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:47.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:44:47.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:47.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:47.266Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:48.266Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:44:48.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:48.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:48.267Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:49.268Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:44:49.268Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:49.268Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:49.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:50.270Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:44:50.270Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:44:50.271Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T08:44:50.272Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:44:50.272Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:44:50.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:44:50.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:44:50.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||MSO config path is: /app
2023-03-31T08:44:50.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:44:50.324Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:44:50.325Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:44:50.358Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||GET Response Status 404
2023-03-31T08:44:50.359Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66e06d
2023-03-31T08:44:50.359Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:44:50.360Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:44:50.360Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:44:50.361Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T08:44:50.361Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T08:44:50.361Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:44:50.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:50.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:50.362Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252290361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:51.363Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T08:44:51.386Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:44:51.387Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:44:51.392Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||basic_onboard_byAZFc 0
2023-03-31T08:44:51.392Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T08:44:51.392Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:44:51.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - download
2023-03-31T08:44:51.393Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:44:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||GET Response Status 404
2023-03-31T08:44:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55be8b6e
2023-03-31T08:44:51.412Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||DistributionClient - sendStatus
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:44:51.413Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252291413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:44:52.415Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:44:52.415Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:44:52.440Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:44:52.445Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:44:52.446Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:45:22.446Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:45:22.474Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:45:22.479Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:45:22.479Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:45:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:45:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:45:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:45:43.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:45:52.479Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:45:52.509Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:45:52.514Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:45:52.515Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:46:22.515Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:46:22.540Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:46:22.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:46:22.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:46:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:46:43.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:46:43.130Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:46:43.131Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252290361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:46:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:46:43.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:46:43.132Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252291413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:46:43.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:46:52.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:46:52.569Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:46:52.573Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:46:52.573Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:47:22.573Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:47:22.601Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:47:22.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:47:22.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:47:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:47:52.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:47:52.635Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:47:52.640Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:47:52.640Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:48:22.651Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:48:22.669Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:48:22.674Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:48:22.674Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:48:43.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:48:52.674Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:48:52.695Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:48:52.699Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:48:52.699Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:49:22.699Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:49:22.722Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:49:22.726Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:49:22.727Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:49:43.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:49:43.347Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T08:49:43.347Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-fa927931-b7e4-4a11-b231-00250dba6aff sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T08:49:43.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T08:49:43.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T08:49:43.785Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:49:43.799Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:49:43.799Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:49:43.814Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:49:43.814Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:49:43.846Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:49:43.846Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:49:43.847Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:49:43.851Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:49:43.851Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:49:43.851Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:49:43.851Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2049, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:49:43.851Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:49:43.851Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:49:52.727Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T08:49:52.727Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:49:52.739Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T08:49:52.739Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T08:49:52.741Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T08:49:52.748Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:49:52.773Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:49:52.774Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T08:49:52.782Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T08:49:52.784Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:49:52.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:49:52 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:49:52.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:49:53.784Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:49:53.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:49:53.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:49:53.785Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:49:53.797Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:49:53.797Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream
2023-03-31T08:49:53.798Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:49:53.798Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:49:53.798Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:49:53.798Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252593798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:49:53.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:49:53.818Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252593798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d39e9c611-ec5e-4813-8071-9ed8cc5a44b8 no healthy upstream"
}
2023-03-31T08:49:53.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:49:54.826Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:49:54.827Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:49:54.828Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:49:54.828Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:49:54.828Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:49:54.828Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:49:55.829Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:49:55.830Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:49:55.830Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:49:55.830Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:49:56.830Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:49:56.831Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:49:56.831Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:49:56.831Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:49:57.832Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:49:57.832Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:49:57.832Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:49:57.832Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:49:58.833Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:49:58.833Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:49:58.833Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:49:58.834Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:49:59.834Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:49:59.835Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:49:59.835Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:49:59.835Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:00.836Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:00.836Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:00.836Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:00.836Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:01.837Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:50:01.838Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:50:01.838Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T08:50:01.839Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:50:01.840Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:50:01.890Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:50:01.890Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:50:01.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:50:01.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:50:01.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:50:01.891Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:50:02.215Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:50:02.217Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T08:50:02.218Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:50:02.218Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T08:50:02.218Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:50:02.218Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:02.218Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:02.219Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252602218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:03.219Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:50:03.220Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:50:03.220Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:50:03.221Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T08:50:03.221Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:50:03.221Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:50:03.333Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12999759072117179382/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T08:50:04.784Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T08:50:04.785Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:50:04.786Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.787Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:50:04.788Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.789Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:04.790Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.791Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.792Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:04.793Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:04.794Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:04.795Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:04.796Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:50:04.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T08:50:04.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:50:04.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T08:50:04.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:50:04.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:04.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:04.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252604844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:05.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T08:50:05.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T08:50:05.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:50:05.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:05.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:05.846Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252605845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:06.847Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:50:06.874Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:50:06.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:50:06.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:50:06.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:50:06.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:50:06.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:06.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:06.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:06.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:06.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:50:06.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:50:36.896Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:50:36.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T08:50:36.908Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T08:50:36.909Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T08:50:36.915Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:50:36.937Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:50:36.938Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T08:50:36.944Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:50:36.946Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:50:36.947Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:50:36 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:50:36.947Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:50:37.947Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:50:37.947Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:50:37.947Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:50:37.948Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:50:37.958Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:50:37.958Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream
2023-03-31T08:50:37.958Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:50:37.959Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:37.959Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:37.959Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252637958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:50:38.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:50:38.985Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:50:38.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:38.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:38.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:38.986Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:39.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:39.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:39.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:39.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:40.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:40.988Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:40.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:40.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:41.989Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:41.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:41.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:41.990Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:42.992Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:42.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:42.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:42.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252602218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252604844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252605845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252637958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d88414146-dd05-4184-8ab0-31e7d46a8f3b no healthy upstream"
}
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T08:50:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:50:43.993Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:43.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:43.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:43.994Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:44.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:50:44.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:44.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:44.995Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:45.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:50:45.996Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:50:45.997Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T08:50:45.997Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:50:45.997Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:50:46.041Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:50:46.041Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:50:46.041Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:50:46.042Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:50:46.042Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:50:46.042Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:50:46.352Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:50:46.356Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T08:50:46.356Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:50:46.356Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T08:50:46.356Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:50:46.357Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:46.357Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:46.357Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252646356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:47.357Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:50:47.358Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:50:47.358Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:50:47.359Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T08:50:47.360Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:50:47.360Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:50:47.471Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2285625794847273806/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T08:50:48.876Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.877Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.878Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:50:48.879Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.880Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:50:48.881Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:50:48.882Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:50:48.883Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:50:48.884Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:50:48.885Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.886Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.887Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.888Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T08:50:48.888Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.888Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T08:50:48.888Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T08:50:48.888Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T08:50:48.888Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T08:50:48.888Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.889Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:48.890Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:50:48.890Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:50:48.890Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:50:48.952Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T08:50:48.953Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:50:48.953Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T08:50:48.953Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:50:48.953Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:48.953Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:48.954Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252648953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:49.955Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T08:50:49.955Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T08:50:49.955Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:50:49.956Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:50:49.956Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:50:49.956Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252649955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:50:50.963Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:50:50.999Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:50:51.003Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:50:51.003Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:50:51.003Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:50:51.003Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:50:51.003Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:51.003Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:51.004Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:51.004Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:50:51.004Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:50:51.019Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:51:21.020Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:51:21.030Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T08:51:21.030Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T08:51:21.030Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T08:51:21.037Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:51:21.049Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T08:51:21.050Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc283f6f-0872-41c6-9b5f-2db5a3dc803b], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T08:51:21.056Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:51:21.057Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:51:20 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:51:21.057Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:51:21.058Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:51:22.057Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:51:22.057Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:51:22.058Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:51:22.058Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:51:22.071Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:51:22.071Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream
2023-03-31T08:51:22.071Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:51:22.071Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:51:22.071Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:51:22.071Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252682071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:51:23.101Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:51:23.101Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:51:23.101Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:51:23.101Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:51:23.102Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:51:23.102Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:51:24.102Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:51:24.102Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:51:24.102Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:51:24.102Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:51:25.103Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:51:25.103Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:51:25.103Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T08:51:25.104Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T08:51:25.104Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:51:25.144Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:51:25.144Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:51:25.144Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:51:25.144Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:51:25.144Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:51:25.144Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:51:25.531Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:51:25.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T08:51:25.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:51:25.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T08:51:25.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:51:25.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:51:25.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:51:25.533Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252685533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:51:26.534Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:51:26.535Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:51:26.535Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.536Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T08:51:26.536Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.536Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.633Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18124575599257554599/Definitions/service-BasicNetwork-template.yml
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:51:26.995Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:51:26.996Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:51:26.997Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:51:26.997Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:51:26.997Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:51:27.050Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T08:51:27.050Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:51:27.050Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T08:51:27.050Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:51:27.050Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:51:27.050Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:51:27.050Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252687050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:51:28.052Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T08:51:28.052Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T08:51:28.052Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:51:28.052Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:51:28.052Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:51:28.052Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252688052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:51:29.053Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:51:29.081Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:51:29.085Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:51:29.085Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:51:29.086Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:51:29.086Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:51:29.086Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:51:29.086Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:51:29.086Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:51:29.086Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:51:29.086Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:51:29.100Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:51:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:51:43.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.135Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252646356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252648953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252649955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252682071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 no healthy upstream"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252685533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252687050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252688052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T08:51:43.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:51:59.100Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:51:59.117Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T08:51:59.117Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T08:51:59.118Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T08:51:59.120Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:51:59.130Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:51:59.130Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T08:51:59.136Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:51:59.138Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:51:59.138Z|33595ef2-954b-4075-8fb3-078879831c89|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/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:51:58 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:51:59.139Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||no healthy upstream

2023-03-31T08:52:00.138Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:52:00.138Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:52:00.138Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:52:00.138Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:52:00.164Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:52:00.165Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream
2023-03-31T08:52:00.165Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:52:00.165Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:00.165Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:00.166Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252720165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:52:01.208Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:52:01.208Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:52:01.208Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:01.208Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:01.208Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:01.209Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:02.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:02.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:02.210Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:02.211Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:03.212Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:03.212Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:03.212Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:03.213Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:04.214Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:04.214Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:04.214Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:04.215Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:05.216Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:05.216Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:05.216Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:05.216Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:06.217Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:06.218Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:06.218Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:06.218Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:07.219Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:07.219Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:07.219Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:07.219Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:08.221Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:52:08.221Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:52:08.221Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T08:52:08.221Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:52:08.221Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:52:08.269Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:52:08.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:52:08.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:52:08.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:52:08.270Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:52:08.271Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:52:08.596Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:52:08.598Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T08:52:08.599Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:52:08.599Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T08:52:08.599Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:52:08.599Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:08.599Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:08.599Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252728599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:09.600Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:52:09.601Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:52:09.601Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:09.602Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T08:52:09.603Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:09.603Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:09.692Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7506514573224086393/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:52:10.511Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:52:10.512Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:52:10.513Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.514Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:10.515Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.515Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:10.515Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.515Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:10.515Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:10.515Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:10.515Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:52:10.587Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T08:52:10.587Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:52:10.587Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T08:52:10.587Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:52:10.587Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:10.587Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:10.588Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252730587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:11.588Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T08:52:11.589Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T08:52:11.589Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:52:11.589Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:11.589Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:11.589Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252731588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:12.590Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:52:12.616Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:12.620Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:52:12.635Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:52:42.635Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:52:42.648Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T08:52:42.648Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T08:52:42.648Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T08:52:42.654Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:52:42.678Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T08:52:42.678Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff48fa9e-76d0-4edd-901a-0f7f0fe9b9b4], X-ECOMP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], X-TransactionId=[], X-ONAP-RequestID=[78c45851-f71d-40f5-90a5-9f2bebe9ff89], Content-Type=[application/merge-patch+json]}
2023-03-31T08:52:42.690Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:52:42.692Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:503 and response headers:{date=[Fri, 31 Mar 2023 08:52:42 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2023-03-31T08:52:42.693Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||no healthy upstream

2023-03-31T08:52:42.693Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|503|Service Unavailable|InvokeReturn
2023-03-31T08:52:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252720165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33595ef2-954b-4075-8fb3-078879831c89 no healthy upstream"
}
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252728599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252730587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252731588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T08:52:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:52:43.695Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:52:43.696Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:52:43.696Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:52:43.696Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:52:43.708Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:52:43.708Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream
2023-03-31T08:52:43.708Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T08:52:43.708Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:43.708Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:43.708Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252763708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:52:44.737Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:52:44.737Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:52:44.737Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:44.737Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:44.737Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:44.737Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:45.738Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:45.738Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:45.738Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:45.738Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:46.740Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:46.740Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:46.740Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:46.740Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:47.741Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:47.742Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:47.742Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:47.742Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:48.743Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:48.743Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:48.743Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:48.744Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:49.745Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:49.745Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:49.745Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:49.745Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:50.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:50.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:50.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:50.747Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:51.748Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:52:51.749Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:51.749Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:51.749Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:52.750Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:52:52.750Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:52:52.750Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T08:52:52.750Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:52:52.751Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:52:52.788Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:52:52.788Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:52:52.788Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:52:52.789Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:52.789Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:52:52.789Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:53.084Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:52:53.087Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T08:52:53.087Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:52:53.087Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:53.087Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:52:53.087Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:53.087Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:53.087Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252773087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:54.088Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:52:54.088Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:52:54.089Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.089Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.089Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.089Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.157Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10699145820400966734/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T08:52:54.782Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:54.783Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:52:54.784Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:52:54.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T08:52:54.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:52:54.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T08:52:54.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:52:54.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:54.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:54.863Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252774863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:55.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T08:52:55.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T08:52:55.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:52:55.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:52:55.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:52:55.864Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252775864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:52:56.865Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:52:56.891Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:52:56.896Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:52:56.912Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:53:26.913Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:53:26.922Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T08:53:26.922Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T08:53:26.923Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T08:53:26.929Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:53:26.951Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T08:53:26.952Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f35474ec-a876-41b8-904d-b01cb8b2cbeb], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T08:53:26.959Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:53:28.972Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:53:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2010], vertex-id=[245952], x-aai-txid=[1-aai-resources-230331-08:53:27:151-73042], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:53:28.972Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:53:28.973Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T08:53:28.973Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:53:28.974Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:53:28.982Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:53:28.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:53:28.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:53:28.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:28.983Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:28.984Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252808983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:53:30.014Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:53:30.015Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:53:30.015Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:30.015Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:30.015Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:30.015Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:31.015Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:31.016Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:31.016Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:31.016Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:32.016Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:32.017Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:32.017Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:32.017Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:33.018Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:33.018Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:33.018Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:33.018Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:34.021Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:34.021Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:34.022Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:34.022Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:35.023Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:35.024Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:35.024Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:35.024Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:36.025Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:36.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:36.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:36.026Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:37.027Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:53:37.028Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:37.028Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:37.028Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:38.029Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:53:38.030Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:53:38.030Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T08:53:38.030Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:53:38.030Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:53:38.078Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:53:38.078Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:53:38.078Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:53:38.078Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:38.079Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:53:38.079Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:38.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:53:38.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T08:53:38.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:53:38.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:38.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:53:38.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:38.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:38.419Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252818418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:39.419Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:53:39.420Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:53:39.420Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:39.420Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:39.421Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:39.421Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:39.507Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8261692701868033843/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T08:53:40.003Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:53:40.004Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:53:40.004Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.004Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:53:40.004Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.004Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.004Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.004Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:53:40.005Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:53:40.006Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:53:40.007Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:53:40.007Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:53:40.007Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:53:40.007Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:53:40.007Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:53:40.007Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:53:40.049Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T08:53:40.050Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:53:40.050Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T08:53:40.050Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:53:40.050Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:40.050Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:40.050Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252820050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:41.051Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T08:53:41.051Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T08:53:41.052Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:53:41.052Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:53:41.052Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:53:41.052Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252821051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:42.053Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:53:42.080Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:53:42.085Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:53:42.085Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:53:42.086Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:53:42.086Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:53:42.086Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:53:42.086Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:53:42.086Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:53:42.086Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:53:42.087Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:53:42.103Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:53:43.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:53:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252763708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78c45851-f71d-40f5-90a5-9f2bebe9ff89 no healthy upstream"
}
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252773087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252774863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252775864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252808983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252818418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252820050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252821051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T08:53:43.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:12.104Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:54:12.115Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T08:54:12.116Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T08:54:12.116Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T08:54:12.119Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:54:12.129Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T08:54:12.129Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a55182c-971e-4a9b-a049-8bfa0e2b16c5], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T08:54:12.136Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:54:12.768Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:54:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[624], vertex-id=[237728], x-aai-txid=[1-aai-resources-230331-08:54:12:329-97223], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:54:12.769Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:54:12.769Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T08:54:12.770Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:54:12.770Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:54:12.781Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:54:12.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:54:12.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:54:12.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:12.783Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:12.783Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252852782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:54:13.814Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:54:13.814Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:54:13.815Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:13.815Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:13.815Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:13.815Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:14.817Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:14.817Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:14.818Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:14.818Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:15.819Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:15.820Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:15.820Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:15.820Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:16.822Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:16.822Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:16.823Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:16.823Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:17.824Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:17.825Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:17.825Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:17.825Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:18.826Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:18.826Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:18.826Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:18.827Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:19.828Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:19.829Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:19.829Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:19.829Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:20.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:20.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:20.836Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:20.836Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:21.838Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:54:21.838Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:54:21.839Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T08:54:21.839Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:54:21.840Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:54:21.886Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:54:21.887Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:54:21.887Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:54:21.887Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:21.887Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:54:21.888Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:22.310Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:54:22.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T08:54:22.312Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:54:22.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:22.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:54:22.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:22.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:22.313Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252862312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:23.315Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:54:23.315Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:54:23.315Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.315Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.316Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.316Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.382Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3293300192275534792/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:54:23.882Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:54:23.883Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:54:23.929Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T08:54:23.930Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:54:23.930Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T08:54:23.930Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:54:23.930Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:23.930Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:23.932Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252863930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:24.933Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T08:54:24.933Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T08:54:24.933Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:54:24.933Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:24.933Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:24.933Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252864933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:25.934Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:54:25.955Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:54:25.959Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:54:25.970Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:54:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:43.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.136Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252852782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252862312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252863930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252864933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T08:54:43.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:54:55.970Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:54:55.987Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T08:54:55.987Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T08:54:55.988Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T08:54:55.994Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:54:56.008Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T08:54:56.008Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77e48e1b-54d2-4900-bd35-3b315dded52d], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T08:54:56.016Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:54:56.636Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:54:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[613], vertex-id=[208896], x-aai-txid=[0-aai-resources-230331-08:54:56:208-62383], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:54:56.637Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:54:56.638Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||InvokeReturn
2023-03-31T08:54:56.639Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:54:56.639Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:54:56.653Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:54:56.654Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:54:56.654Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:54:56.654Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:56.654Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:56.654Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252896654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:54:57.688Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:54:57.690Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:54:57.692Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:57.693Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:57.693Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:57.693Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:58.702Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:58.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:58.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:58.703Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:54:59.704Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:54:59.704Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:54:59.704Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:54:59.704Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:00.706Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:00.706Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:00.706Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:00.706Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:01.708Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:01.708Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:01.708Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:01.709Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:02.710Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:02.710Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:02.710Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:02.710Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:03.711Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:03.711Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:03.712Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:03.712Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:04.713Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:04.713Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:04.713Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:04.713Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:05.714Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:05.714Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:05.714Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:05.714Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:06.715Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:06.716Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:06.716Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:06.716Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:07.717Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:55:07.718Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:55:07.718Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T08:55:07.718Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:55:07.718Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:55:07.759Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:55:07.760Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:55:07.760Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:55:07.760Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:07.760Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:55:07.760Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:08.046Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:55:08.052Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T08:55:08.052Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:55:08.052Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:08.052Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:55:08.052Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:08.052Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:08.053Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252908052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:09.054Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:55:09.056Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:55:09.057Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.057Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.058Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.058Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.165Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8108438314150273393/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T08:55:09.926Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:55:09.927Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.928Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:09.929Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.930Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:09.930Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.930Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:09.930Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:09.930Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:09.930Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:55:09.972Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T08:55:09.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:55:09.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T08:55:09.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:55:09.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:09.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:09.973Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252909973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:10.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:55:10.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T08:55:10.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:55:10.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:10.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:10.974Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252910974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:11.975Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:55:11.998Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:55:12.002Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:55:12.002Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:55:12.002Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:55:12.003Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:55:12.003Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:12.003Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:12.003Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:12.003Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:12.003Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:55:12.017Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:55:42.017Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:55:42.027Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T08:55:42.027Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T08:55:42.028Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T08:55:42.034Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:55:42.048Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T08:55:42.048Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af30fcb4-0518-46a5-a8e7-921434bac012], X-ECOMP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-TransactionId=[], X-ONAP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], Content-Type=[application/merge-patch+json]}
2023-03-31T08:55:42.055Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:55:42.618Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:55:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[559], vertex-id=[286808], x-aai-txid=[2-aai-resources-230331-08:55:42:248-79395], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:55:42.618Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:55:42.619Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||InvokeReturn
2023-03-31T08:55:42.619Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:55:42.619Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:55:42.629Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:55:42.630Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:55:42.630Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:55:42.633Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:42.633Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:42.633Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252942630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:43.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:43.129Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: cached metadata has changed from (version115: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version116: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-31T08:55:43.142Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:55:43.142Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:55:43.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:55:43.148Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T08:55:43.163Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:55:43.164Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:55:43.164Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:55:43.169Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:55:43.169Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:55:43.169Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:55:43.169Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2124, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:55:43.169Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:55:43.170Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:55:43.668Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:55:43.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:55:43.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:43.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:43.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:43.669Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:44.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.185Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252896654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252908052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:55:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252909973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252910974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252942630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:55:44.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:55:44.671Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:44.671Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:44.671Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:44.671Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:45.672Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:45.673Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:45.673Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:45.673Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:46.674Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:46.675Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:46.675Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:46.675Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:47.677Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:47.677Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:47.677Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:47.677Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:48.678Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:48.679Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:48.679Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:48.679Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:49.680Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:49.680Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:49.680Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:49.681Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:50.681Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:55:50.682Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:50.682Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:50.682Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:51.682Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:55:51.683Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:55:51.683Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T08:55:51.683Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:55:51.683Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:55:51.731Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:55:51.731Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:55:51.731Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:55:51.731Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:55:51.732Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:55:51.732Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:55:52.040Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T08:55:52.042Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T08:55:52.043Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:55:52.043Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T08:55:52.043Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T08:55:52.043Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:52.043Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:52.043Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252952043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:53.044Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:55:53.044Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:55:53.044Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.045Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.129Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5151898875106134909/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.933Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T08:55:53.934Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:55:53.935Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T08:55:53.936Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:55:53.977Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T08:55:53.977Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:55:53.977Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T08:55:53.978Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:55:53.978Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:53.978Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:53.978Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252953977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:54.979Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:55:54.979Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T08:55:54.979Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:55:54.979Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:55:54.980Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:55:54.980Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252954979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:55:55.984Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:55:56.010Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:55:56.015Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:55:56.015Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:55:56.015Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:55:56.015Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:55:56.016Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:56.016Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:56.016Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:56.016Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:55:56.016Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:55:56.032Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:56:26.033Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:56:26.046Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T08:56:26.046Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T08:56:26.047Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T08:56:26.053Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:56:26.073Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:56:26.074Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T08:56:26.080Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:56:26.301Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||InvokeReturn
2023-03-31T08:56:26.302Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:56:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[216], vertex-id=[299096], x-aai-txid=[1-aai-resources-230331-08:56:26:272-13655], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:56:26.302Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:56:26.303Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:56:26.303Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:56:26.314Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:56:26.315Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:56:26.315Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:56:26.316Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:26.316Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:26.316Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252986315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:56:27.352Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:56:27.352Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:56:27.352Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:27.353Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:27.353Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:27.353Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:28.354Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:28.355Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:28.355Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:28.355Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:29.356Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:29.356Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:29.356Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:29.357Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:30.358Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:30.358Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:30.358Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:30.358Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:31.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:31.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:31.360Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:31.361Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:32.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:32.362Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:32.363Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:32.363Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:33.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:33.364Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:33.365Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:33.365Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:34.367Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:34.368Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:34.368Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:34.368Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:35.368Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:56:35.369Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:35.369Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:35.369Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:36.369Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:56:36.370Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:56:36.370Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T08:56:36.370Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T08:56:36.370Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:56:36.413Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:56:36.414Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:56:36.414Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:56:36.414Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:56:36.415Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:56:36.415Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T08:56:36.440Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:56:36.440Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21a534b6
2023-03-31T08:56:36.441Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:56:36.441Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T08:56:36.441Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:56:36.441Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:56:36.441Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T08:56:36.442Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:56:36.442Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:36.442Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:36.442Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252996441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:37.443Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T08:56:37.491Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T08:56:37.492Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:56:37.492Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T08:56:37.492Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:56:37.492Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:37.492Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:37.492Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252997492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:38.493Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T08:56:38.493Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T08:56:38.493Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T08:56:38.493Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:56:38.494Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:56:38.494Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252998493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:39.495Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:56:39.512Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T08:56:39.516Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T08:56:39.528Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T08:56:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:56:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:56:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:56:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:09.528Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T08:57:09.539Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T08:57:09.539Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T08:57:09.540Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T08:57:09.542Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T08:57:09.552Z|b4c30edf-061c-4875-9bb0-d49937f3119d|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/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T08:57:09.553Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T08:57:09.559Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T08:57:09.754Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||InvokeReturn
2023-03-31T08:57:09.755Z|b4c30edf-061c-4875-9bb0-d49937f3119d|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/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 08:57:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[191], vertex-id=[266432], x-aai-txid=[0-aai-resources-230331-08:57:09:751-60186], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T08:57:09.755Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T08:57:09.756Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T08:57:09.756Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:57:09.765Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:57:09.765Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T08:57:09.765Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T08:57:09.765Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:09.765Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:09.766Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253029765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:57:10.791Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T08:57:10.802Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T08:57:10.803Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T08:57:10.803Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 1 disconnected.
2023-03-31T08:57:10.804Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T08:57:10.804Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T08:57:10.804Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:57:10.804Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:57:10.807Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T08:57:10.810Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-af7ef612-1089-4e74-ba9f-705ab01ba60c
2023-03-31T08:57:10.810Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T08:57:10.810Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T08:57:13.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:16.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:19.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:22.578Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:25.587Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:28.597Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:31.608Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:34.616Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:37.625Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:40.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T08:57:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:43.142Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:57:43.142Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T08:57:43.148Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-af7ef612-1089-4e74-ba9f-705ab01ba60c', protocol='range'}
2023-03-31T08:57:43.149Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:57:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:57:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:57:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:57:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:57:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:57:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T08:57:43.154Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-af7ef612-1089-4e74-ba9f-705ab01ba60c=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T08:57:43.168Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-af7ef612-1089-4e74-ba9f-705ab01ba60c', protocol='range'}
2023-03-31T08:57:43.168Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T08:57:43.168Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T08:57:43.168Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T08:57:43.168Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T08:57:43.168Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T08:57:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:57:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:57:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:57:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:57:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:57:43.173Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T08:57:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:57:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:57:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:57:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2141, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T08:57:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T08:57:43.178Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T08:57:43.202Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T08:57:43.202Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T08:57:43.203Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:57:43.203Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:43.203Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:43.203Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252952043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252953977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252954979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252986315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.195Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252249152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252996441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252997492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680252998493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253029765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:57:44.196Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:57:44.204Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:57:44.204Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:44.204Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:44.204Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:45.205Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:57:45.205Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:45.205Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:45.205Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:46.207Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:57:46.207Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:46.208Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:46.208Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:47.209Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:57:47.209Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:47.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:47.210Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:48.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:57:48.211Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:48.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:48.212Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:49.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T08:57:49.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:49.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:49.213Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:50.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T08:57:50.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T08:57:50.215Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T08:57:50.216Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T08:57:50.216Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T08:57:50.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T08:57:50.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:57:50.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T08:57:50.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:57:50.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:57:50.260Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T08:57:50.296Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:57:50.296Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d30416b
2023-03-31T08:57:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:57:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:57:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:57:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T08:57:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T08:57:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:57:50.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:50.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253070297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:51.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T08:57:51.322Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:57:51.323Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T08:57:51.328Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T08:57:51.328Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T08:57:51.328Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:57:51.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T08:57:51.329Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T08:57:51.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T08:57:51.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@93707a2
2023-03-31T08:57:51.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T08:57:51.347Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T08:57:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T08:57:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T08:57:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T08:57:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T08:57:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T08:57:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T08:57:51.348Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253071348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:57:52.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T08:57:52.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:57:52.376Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:57:52.381Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:57:52.381Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:58:22.381Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:58:22.405Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:58:22.409Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:58:22.410Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:58:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:58:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:58:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T08:58:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:58:52.410Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:58:52.435Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:58:52.439Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:58:52.439Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:59:22.440Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:59:22.467Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:59:22.471Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:59:22.472Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T08:59:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253070297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:59:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:59:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T08:59:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253071348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T08:59:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T08:59:52.472Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:59:52.500Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T08:59:52.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T08:59:52.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:00:22.504Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:00:22.534Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:00:22.538Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:00:22.538Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:00:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:00:52.538Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:00:52.564Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:00:52.569Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:00:52.569Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:01:22.570Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:01:22.597Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:01:22.605Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:01:22.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:01:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:01:52.606Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:01:52.636Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:01:52.640Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:01:52.641Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:02:22.641Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:02:22.667Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:02:22.671Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:02:22.671Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:02:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:02:43.228Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T09:02:43.228Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-af7ef612-1089-4e74-ba9f-705ab01ba60c sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T09:02:43.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T09:02:43.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T09:02:43.797Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:02:43.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:02:43.811Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T09:02:43.817Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:02:43.818Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T09:02:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:02:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T09:02:43.836Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:02:43.842Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:02:43.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:02:43.844Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:02:43.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2173, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:02:43.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:02:43.845Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:02:52.671Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T09:02:52.672Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:02:52.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T09:02:52.686Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T09:02:52.687Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T09:02:52.690Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:02:52.702Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:02:52.702Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T09:02:52.711Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T09:02:53.245Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T09:02:53.246Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:02:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[527], vertex-id=[237712], x-aai-txid=[2-aai-resources-230331-09:02:52:904-10949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:02:53.246Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:02:53.246Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:02:53.246Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:02:53.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:02:53.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T09:02:53.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T09:02:53.258Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:02:53.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:02:53.259Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253373258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:02:53.276Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:02:53.276Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253373258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T09:02:53.276Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:02:54.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:02:54.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:02:54.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:02:54.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:02:54.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:02:54.291Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:02:55.292Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:02:55.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:02:55.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:02:55.293Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:02:56.294Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:02:56.295Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:02:56.295Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:02:56.295Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:02:57.296Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:02:57.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:02:57.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:02:57.297Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:02:58.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:02:58.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:02:58.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:02:58.298Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:02:59.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:02:59.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:02:59.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:02:59.299Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:00.300Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:00.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:00.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:00.301Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:01.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:03:01.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:03:01.302Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T09:03:01.303Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:03:01.303Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:03:01.352Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:03:01.353Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:03:01.353Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:03:01.353Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T09:03:01.353Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:03:01.354Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T09:03:01.711Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:03:01.715Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T09:03:01.716Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T09:03:01.716Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T09:03:01.717Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:03:01.717Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:01.718Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:01.718Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253381716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:02.720Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:03:02.720Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:03:02.721Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:03:02.721Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T09:03:02.722Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:03:02.722Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:03:02.835Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2838932169201637002/Definitions/service-Vfw20230331053815-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-03-31T09:03:04.250Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:03:04.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:04.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:03:04.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.254Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.255Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T09:03:04.256Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:04.257Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:03:04.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T09:03:04.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T09:03:04.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T09:03:04.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:03:04.296Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:04.297Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:04.297Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253384296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:05.298Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T09:03:05.299Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T09:03:05.299Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:03:05.299Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:05.299Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:05.299Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253385298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:06.301Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:03:06.331Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:03:06.335Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:03:06.335Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:03:06.335Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:03:06.336Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:03:06.336Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:06.336Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:06.336Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:06.336Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:06.336Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:03:06.350Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:03:36.350Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:03:36.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T09:03:36.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T09:03:36.361Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T09:03:36.365Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:03:36.375Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T09:03:36.376Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[222101d0-0c9e-4d68-8aa8-d2c69543fe93], X-ECOMP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], X-TransactionId=[], X-ONAP-RequestID=[88414146-dd05-4184-8ab0-31e7d46a8f3b], Content-Type=[application/merge-patch+json]}
2023-03-31T09:03:36.400Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:03:36.564Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:03:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[143360], x-aai-txid=[1-aai-resources-230331-09:03:36:589-50182], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:03:36.564Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:03:36.565Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T09:03:36.565Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:03:36.565Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:03:36.575Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:03:36.576Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:03:36.576Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:03:36.576Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:36.576Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:36.576Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253416576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:03:37.606Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:03:37.607Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:03:37.607Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:37.607Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:37.607Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:37.608Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:38.609Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:38.610Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:38.610Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:38.610Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:39.611Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:39.612Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:39.612Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:39.612Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:40.613Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:40.614Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:40.614Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:40.614Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:41.616Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:41.616Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:41.616Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:41.616Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:42.618Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:42.618Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:42.618Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:42.618Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:03:43.135Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253381716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253384296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253385298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253416576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T09:03:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:03:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:03:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:03:43.619Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:03:43.620Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:43.620Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:43.620Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:44.621Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:03:44.622Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:03:44.622Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T09:03:44.622Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:03:44.622Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:03:44.662Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:03:44.663Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:03:44.663Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:03:44.663Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T09:03:44.663Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:03:44.663Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T09:03:44.973Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:03:44.975Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T09:03:44.975Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T09:03:44.975Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T09:03:44.976Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:03:44.976Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:44.976Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:44.976Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253424975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:45.977Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:03:45.978Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:03:45.978Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:03:45.980Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T09:03:45.980Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:03:45.980Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:03:46.097Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11830458971711524173/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T09:03:47.475Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.476Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:03:47.477Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.478Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.479Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:03:47.480Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T09:03:47.481Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.482Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:47.483Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.483Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:47.483Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:03:47.483Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:03:47.483Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:03:47.530Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T09:03:47.530Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T09:03:47.530Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T09:03:47.530Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:03:47.530Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:47.530Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:47.530Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253427530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:48.532Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T09:03:48.532Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T09:03:48.532Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:03:48.533Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:03:48.533Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:03:48.533Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253428532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:03:49.535Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:03:49.560Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:49.564Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:03:49.565Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:03:49.576Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:04:19.577Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:04:19.585Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T09:04:19.585Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T09:04:19.586Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T09:04:19.592Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:04:19.609Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:04:19.610Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T09:04:19.621Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:04:20.014Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T09:04:20.015Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:04:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[389], vertex-id=[258192], x-aai-txid=[0-aai-resources-230331-09:04:19:809-75394], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:04:20.015Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:04:20.016Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:04:20.016Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:04:20.021Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:04:20.021Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:04:20.022Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:04:20.022Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:20.022Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:20.022Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253460021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:04:21.054Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:04:21.054Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:04:21.054Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:04:21.055Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:21.055Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:21.055Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:04:22.056Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:04:22.057Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:22.057Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:22.057Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:04:23.058Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:04:23.059Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:04:23.059Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T09:04:23.059Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T09:04:23.059Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:04:23.109Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:04:23.109Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:04:23.110Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:04:23.110Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T09:04:23.110Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:04:23.110Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T09:04:23.438Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:04:23.440Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T09:04:23.440Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T09:04:23.440Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T09:04:23.441Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:04:23.441Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:23.441Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:23.441Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253463440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:04:24.442Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:04:24.443Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:04:24.443Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.444Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T09:04:24.444Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.444Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.514Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2043731992817432504/Definitions/service-BasicNetwork-template.yml
2023-03-31T09:04:24.855Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:04:24.855Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:04:24.855Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T09:04:24.856Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:04:24.857Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:04:24.858Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:04:24.858Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:04:24.858Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:04:24.858Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:04:24.858Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:04:24.858Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:04:24.906Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T09:04:24.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T09:04:24.907Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T09:04:24.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:04:24.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:24.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:24.907Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253464907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:04:25.908Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T09:04:25.909Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T09:04:25.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:04:25.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:25.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:25.909Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253465908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:04:26.910Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:04:26.931Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:04:26.935Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:04:26.935Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:04:26.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:04:26.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:04:26.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:04:26.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:04:26.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:04:26.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:04:26.936Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:04:26.949Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:04:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:04:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:04:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:04:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:04:56.949Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:04:56.961Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T09:04:56.962Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T09:04:56.963Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T09:04:56.971Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:04:56.990Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T09:04:56.991Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c6139c4-c855-4eae-a1b1-4a7862d63578], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T09:04:57.001Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:04:57.186Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:04:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[182], vertex-id=[163840], x-aai-txid=[0-aai-resources-230331-09:04:57:189-71278], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:04:57.187Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:04:57.188Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T09:04:57.188Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:04:57.189Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:04:57.199Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:04:57.199Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:04:57.200Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:04:57.200Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:57.200Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:57.200Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253497200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:04:58.233Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:04:58.234Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:04:58.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:04:58.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:58.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:58.235Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:04:59.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:04:59.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:04:59.237Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:04:59.238Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:00.239Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:00.240Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:00.240Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:00.240Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:01.242Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:01.242Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:01.243Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:01.243Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:02.245Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:02.246Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:02.246Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:02.246Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:03.247Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:03.248Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:03.248Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:03.248Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:04.249Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:04.249Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:04.250Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:04.250Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:05.251Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:05:05.251Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:05:05.252Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T09:05:05.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:05:05.252Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:05:05.315Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:05:05.315Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:05:05.315Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:05:05.315Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T09:05:05.316Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:05:05.316Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T09:05:05.629Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:05:05.631Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T09:05:05.632Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T09:05:05.632Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T09:05:05.632Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:05:05.633Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:05.633Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:05.633Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253505632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:06.634Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:05:06.635Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:05:06.636Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:06.636Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T09:05:06.637Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:06.637Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:06.723Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4623700643209920165/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T09:05:07.516Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:05:07.516Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:05:07.517Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:05:07.518Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.519Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T09:05:07.520Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:07.521Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:05:07.570Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T09:05:07.571Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T09:05:07.571Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T09:05:07.571Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:05:07.571Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:07.571Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:07.571Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253507571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:08.572Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T09:05:08.573Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T09:05:08.573Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:05:08.573Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:08.573Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:08.573Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253508572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:09.575Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:05:09.605Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:05:09.610Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:05:09.610Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:05:09.610Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:05:09.610Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:05:09.611Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:09.611Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:09.611Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:09.611Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:09.611Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:05:09.627Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:05:39.628Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:05:39.637Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T09:05:39.637Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T09:05:39.637Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T09:05:39.642Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:05:39.660Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:05:39.661Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T09:05:39.676Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:05:39.890Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T09:05:39.890Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:05:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[209], vertex-id=[237760], x-aai-txid=[1-aai-resources-230331-09:05:39:865-43664], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:05:39.891Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:05:39.891Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:05:39.892Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:05:39.899Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:05:39.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:05:39.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:05:39.900Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:39.914Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:39.915Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253539900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:05:40.942Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:05:40.943Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:05:40.943Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:40.944Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:40.944Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:40.944Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:41.945Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:41.946Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:41.946Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:41.946Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:42.947Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:42.948Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:42.948Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:42.948Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253424975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253427530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253428532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253460021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253463440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253464907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253465908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T09:05:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:05:43.950Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:43.951Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:43.951Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:43.951Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:44.953Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:44.953Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:44.953Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:44.953Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:45.954Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:45.955Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:45.955Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:45.955Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:46.956Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:46.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:46.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:46.957Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:47.959Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:05:47.959Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:47.959Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:47.959Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:48.961Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:05:48.961Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:05:48.961Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T09:05:48.962Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T09:05:48.962Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:05:49.002Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:05:49.003Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:05:49.003Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:05:49.003Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:49.004Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:05:49.004Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:49.317Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:05:49.320Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T09:05:49.320Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T09:05:49.320Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:49.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:05:49.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:49.321Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:49.322Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253549320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:50.323Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:05:50.324Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:05:50.325Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:50.326Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:50.327Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:50.327Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:50.417Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2601849478376508245/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T09:05:50.999Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:51.000Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:51.001Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:51.002Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:51.002Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:05:51.002Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:05:51.002Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:05:51.055Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T09:05:51.056Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T09:05:51.056Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T09:05:51.056Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:05:51.056Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:51.056Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:51.056Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253551056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:52.057Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T09:05:52.057Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T09:05:52.057Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:05:52.058Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:05:52.058Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:05:52.058Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253552057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:05:53.059Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:05:53.083Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:05:53.092Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:05:53.092Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:05:53.092Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:05:53.092Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:05:53.093Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:53.093Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:53.093Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:53.093Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:05:53.093Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:05:53.104Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:06:23.104Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:06:23.113Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T09:06:23.114Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T09:06:23.114Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T09:06:23.117Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:06:23.127Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T09:06:23.127Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ed6cab2-afb6-47c6-bda6-33a9c9cd580e], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T09:06:23.132Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:06:23.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:06:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[226], vertex-id=[245952], x-aai-txid=[0-aai-resources-230331-09:06:23:318-27817], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:06:23.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:06:23.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T09:06:23.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:06:23.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:06:23.369Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:06:23.369Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:06:23.370Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:06:23.370Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:23.370Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:23.370Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253583370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:06:24.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:06:24.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:06:24.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:24.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:24.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:24.399Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:25.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:25.400Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:25.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:25.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:26.401Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:26.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:26.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:26.402Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:27.403Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:27.404Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:27.404Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:27.404Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:28.405Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:28.406Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:28.406Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:28.406Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:29.407Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:29.407Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:29.407Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:29.407Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:30.408Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:30.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:30.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:30.409Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:31.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:06:31.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:31.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:31.410Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:32.412Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:06:32.412Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:06:32.412Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T09:06:32.412Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T09:06:32.413Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:06:32.462Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:06:32.463Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:06:32.463Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:06:32.463Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:32.463Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:06:32.463Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:32.776Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:06:32.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T09:06:32.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T09:06:32.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:32.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:06:32.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:32.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:32.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253592780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:33.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:06:33.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:06:33.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:33.783Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:33.784Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:33.784Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:33.863Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5573095069551074384/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T09:06:34.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:06:34.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:06:34.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:06:34.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.416Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:06:34.417Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:06:34.418Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:06:34.453Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T09:06:34.453Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T09:06:34.453Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T09:06:34.453Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:06:34.453Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:34.453Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:34.453Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253594453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:35.454Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T09:06:35.454Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T09:06:35.455Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:06:35.455Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:06:35.455Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:06:35.455Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253595454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:36.456Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:06:36.478Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:06:36.483Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:06:36.498Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:06:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:06:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253497200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:06:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253505632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253507571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253508572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253539900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:06:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:06:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:06:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:06:43.133Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:06.498Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:07:06.511Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T09:07:06.512Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T09:07:06.513Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T09:07:06.519Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:07:06.535Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:07:06.535Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T09:07:06.542Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:07:06.743Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T09:07:06.744Z|960b0de7-2055-4636-bd04-11e140c23ff9|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/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:07:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[197], vertex-id=[237728], x-aai-txid=[0-aai-resources-230331-09:07:06:730-36659], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:07:06.744Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:07:06.744Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:07:06.745Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:07:06.753Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:07:06.754Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:07:06.754Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:07:06.755Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:06.755Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:06.755Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253626754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:07:07.779Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:07:07.779Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:07:07.779Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:07.779Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:07.779Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:07.779Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:08.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:08.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:08.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:08.780Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:09.781Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:09.781Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:09.781Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:09.781Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:10.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:10.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:10.782Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:10.783Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:11.784Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:11.784Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:11.784Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:11.784Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:12.785Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:12.785Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:12.785Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:12.785Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:13.786Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:13.786Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:13.786Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:13.787Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:14.787Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:14.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:14.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:14.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:15.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:07:15.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:07:15.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T09:07:15.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T09:07:15.789Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:07:15.832Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:07:15.833Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:07:15.833Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:07:15.833Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:15.833Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:07:15.833Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:16.145Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:07:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T09:07:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T09:07:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:16.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:07:16.156Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:16.156Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:16.156Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253636155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:17.156Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:07:17.156Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:07:17.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.157Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.223Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2768224320491970703/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T09:07:17.812Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:07:17.813Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:07:17.814Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:07:17.815Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:07:17.815Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:07:17.815Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:07:17.877Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T09:07:17.878Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T09:07:17.878Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T09:07:17.878Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:07:17.878Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:17.878Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:17.878Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253637878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:18.879Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T09:07:18.879Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T09:07:18.879Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:07:18.880Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:18.880Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:18.880Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253638879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:19.881Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:07:19.904Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:07:19.909Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:07:19.909Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:07:19.909Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:07:19.909Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:07:19.909Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:07:19.909Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:07:19.910Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:07:19.910Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:07:19.910Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:07:19.923Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:07:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253549320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253551056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253552057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253583370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253592780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253594453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253595454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T09:07:43.132Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:07:49.924Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:07:49.937Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T09:07:49.937Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T09:07:49.938Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T09:07:49.944Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:07:49.962Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:07:49.963Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T09:07:49.971Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:07:50.161Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||InvokeReturn
2023-03-31T09:07:50.162Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:07:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[208896], x-aai-txid=[0-aai-resources-230331-09:07:50:160-37082], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:07:50.162Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:07:50.162Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:07:50.163Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:07:50.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:07:50.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:07:50.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:07:50.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:50.173Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:50.174Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253670173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:07:51.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:07:51.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:07:51.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:51.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:51.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:51.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:52.210Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:52.210Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:52.210Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:52.211Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:53.211Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:53.211Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:53.211Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:53.212Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:54.212Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:54.212Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:54.212Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:54.212Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:55.213Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:55.213Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:55.213Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:55.214Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:56.214Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:56.215Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:56.215Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:56.215Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:57.215Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:57.216Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:57.216Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:57.216Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:58.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:58.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:58.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:58.217Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:07:59.219Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:07:59.219Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:07:59.219Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:07:59.219Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:00.220Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:00.221Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:00.221Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:00.221Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:01.221Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:08:01.222Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:08:01.222Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T09:08:01.222Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:08:01.222Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:08:01.270Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:08:01.270Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:08:01.270Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:08:01.271Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:01.271Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:08:01.271Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:01.597Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:08:01.604Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T09:08:01.604Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:08:01.604Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:01.605Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:08:01.605Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:01.605Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:01.605Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253681604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:02.606Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:08:02.607Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:08:02.607Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:02.607Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T09:08:02.608Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:02.608Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:02.689Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11297060857593588374/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.490Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:08:03.491Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:03.492Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:08:03.556Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T09:08:03.557Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:08:03.557Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T09:08:03.557Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:08:03.557Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:03.557Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:03.557Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253683557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:04.558Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:08:04.558Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T09:08:04.558Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:08:04.558Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:04.558Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:04.558Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253684558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:05.559Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:08:05.587Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:05.592Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:05.593Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:08:05.607Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:08:35.607Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:08:35.621Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T09:08:35.621Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T09:08:35.621Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T09:08:35.624Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:08:35.634Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:08:35.635Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T09:08:35.642Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:08:35.846Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||InvokeReturn
2023-03-31T09:08:35.847Z|ff42c268-3142-4a14-b2f5-474cfeb49637|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/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:08:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[200], vertex-id=[286808], x-aai-txid=[0-aai-resources-230331-09:08:35:829-33008], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:08:35.847Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:08:35.847Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:08:35.847Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:08:35.855Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:08:35.855Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:08:35.855Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:08:35.855Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:35.855Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:35.856Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253715855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:08:36.887Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:08:36.887Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:08:36.888Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:36.888Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:36.888Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:36.888Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:37.889Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:37.889Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:37.889Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:37.889Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:38.890Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:38.890Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:38.891Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:38.891Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:39.892Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:39.893Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:39.893Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:39.893Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:40.895Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:40.895Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:40.895Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:40.896Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:41.896Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:41.897Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:41.897Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:41.897Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:42.898Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:42.898Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:42.898Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:42.898Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: cached metadata has changed from (version118: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version119: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-31T09:08:43.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:08:43.145Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T09:08:43.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:08:43.151Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T09:08:43.167Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:08:43.168Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T09:08:43.168Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:08:43.172Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:08:43.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:08:43.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:08:43.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2236, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:08:43.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:08:43.173Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:08:43.899Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:08:43.899Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:43.899Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:43.900Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253626754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253636155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253637878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
}
2023-03-31T09:08:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253638879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253670173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.192Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253681604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253683557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253684558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253715855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:08:44.193Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:08:44.194Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:08:44.901Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "20ebc39b-f494-41bc-92d2-237c168cc3ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7468b07b-6644-47ea-a801-a39b692c87d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bec6ec00-7900-432d-9b75-fbcbdbb8c38e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e631762-3e3f-45f5-9472-8697d565a3dd",
      "resourceInvariantUUID": "528fe8f3-ba62-4049-8e49-3c9dadc4a3c4",
      "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": "ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8",
          "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": "ecc4936c-1701-4633-8126-e72db4a200a0",
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
            "generatedFromUUID": "ecc4936c-1701-4633-8126-e72db4a200a0"
          },
          "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": "26190e0a-0430-4e5e-b3a1-0954163326f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a82544af-6654-4f70-9855-8293bb6d1a75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:08:44.901Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:08:44.902Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC
2023-03-31T09:08:44.902Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
ServiceInvariantUUID:7468b07b-6644-47ea-a801-a39b692c87d7
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:a82544af-6654-4f70-9855-8293bb6d1a75
ArtifactChecksum:OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
ResourceInvariantUUID:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4e631762-3e3f-45f5-9472-8697d565a3dd
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:b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8
ArtifactChecksum:ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg=
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:ecc4936c-1701-4633-8126-e72db4a200a0
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:26190e0a-0430-4e5e-b3a1-0954163326f3
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:26190e0a-0430-4e5e-b3a1-0954163326f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:08:44.902Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20ebc39b-f494-41bc-92d2-237c168cc3ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:08:44.950Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:08:44.951Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:08:44.951Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:08:44.951Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T09:08:44.951Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:08:44.951Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T09:08:45.271Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:08:45.273Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a82544af-6654-4f70-9855-8293bb6d1a75 82975
2023-03-31T09:08:45.274Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:08:45.274Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-31T09:08:45.274Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:08:45.275Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:45.275Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:45.275Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253725274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:46.276Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:08:46.277Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:08:46.277Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a82544af-6654-4f70-9855-8293bb6d1a75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:46.278Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-31T09:08:46.279Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:46.279Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:46.379Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6563672914160732007/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T09:08:47.152Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-31T09:08:47.153Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:08:47.154Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T09:08:47.155Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-31T09:08:47.156Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565e3b71-d045-4bb1-934d-4724e3c28d2a
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.157Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:47.158Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:08:47.158Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:08:47.158Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:20ebc39b-f494-41bc-92d2-237c168cc3ea
Model Version:NULL
Model InvariantUuid:7468b07b-6644-47ea-a801-a39b692c87d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c46f71de-937e-4b2f-b934-e00066568006
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528fe8f3-ba62-4049-8e49-3c9dadc4a3c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bec6ec00-7900-432d-9b75-fbcbdbb8c38e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f999db6d-e5b3-4e5a-8595-aa507f2283f9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b52fd7bf-df97-4595-be3f-41d3cf15d792
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:565e3b71-d045-4bb1-934d-4724e3c28d2a
ModelInvariantUuid:58fe2b30-161f-4395-9f28-5f59e19a272a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86550f0a-e402-4e14-9094-a5a0106affa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59892da6-bcc1-4e4b-a1c6-eadb30bae378
ModelInvariantUuid:dee87f04-545a-477a-950a-4373a11f5c82
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f6ddb9ef-cd85-460d-bf53-104afd45edf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:08:47.199Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists
2023-03-31T09:08:47.199Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:08:47.199Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists)
2023-03-31T09:08:47.199Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:08:47.199Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:47.199Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:47.199Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253727199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:48.200Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:08:48.201Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists)
2023-03-31T09:08:48.201Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:08:48.201Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:08:48.201Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:08:48.201Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253728200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:08:49.203Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:08:49.226Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:08:49.231Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:08:49.231Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:08:49.232Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:08:49.232Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:08:49.232Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:49.232Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:49.232Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:49.232Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:08:49.233Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:08:49.246Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:09:19.247Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:09:19.258Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and serviceModelVersionId: 20ebc39b-f494-41bc-92d2-237c168cc3ea
2023-03-31T09:09:19.259Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7468b07b-6644-47ea-a801-a39b692c87d7
2023-03-31T09:09:19.260Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0
2023-03-31T09:09:19.266Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:09:19.280Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:09:19.280Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||Invoke
2023-03-31T09:09:19.285Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:09:19.481Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0|INFO|500||InvokeReturn
2023-03-31T09:09:19.482Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|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/7468b07b-6644-47ea-a801-a39b692c87d7/model-vers/model-ver/20ebc39b-f494-41bc-92d2-237c168cc3ea?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:09:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[191], vertex-id=[299096], x-aai-txid=[1-aai-resources-230331-09:09:19:473-91616], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:09:19.482Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:09:19.482Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:09:19.482Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:09:19.490Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:09:19.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:09:19.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:09:19.491Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:19.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:19.492Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253759491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:09:20.520Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:09:20.521Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b4c30edf-061c-4875-9bb0-d49937f3119d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0c6036c6-0084-4415-bae6-0ffe08e3b66b","serviceDescription":"service","serviceInvariantUUID":"91e74020-2548-4ec9-95ae-982b51941b10","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6971764f-d7d8-4a9f-933a-5924f9424974","resourceInvariantUUID":"a8b03a5f-70ce-4f2c-8324-c663ea7179a4","resourceCustomizationUUID":"0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4","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":"MDExNzgyNjNhN2JhNjIyMGRiOTk5ZWI2NzgwYjk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68c802d4-9154-4227-903d-6f41ebffa9af","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":"beaad1d6-1e11-4185-9f79-e6cb91cfe159","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":"16e06e8e-3bcf-4d01-9ab9-8528eacf344f","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":"YmVkMWZkNDlkYmU4YmM4ODJkYThlNjk2MmQ3MWNkMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac08efc9-eed3-4c9b-a840-72104868ad00","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":"ddd6bdd9-75cb-4fe3-823a-f3d5b75c3614","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":"3dba39fd-c309-4c9c-a948-c8aea0a28a8e","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":"6e3ec9f8-4478-4a58-b28a-34d64ace4717","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":"YzEwMmRlNWMwYWY4ZGQyZjJjNmM0NTJkYWRhMzYwYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac7a2a-adb6-4342-a252-695d79b080d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70c685be-391a-4539-a81b-825e17b8aaaf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:09:20.521Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:20.521Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:20.522Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:20.522Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:21.523Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:21.524Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:21.524Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:21.525Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:22.526Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:22.527Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:22.528Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:22.528Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:23.530Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:23.531Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:23.531Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:23.531Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:24.532Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:24.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:24.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:24.533Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:25.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:25.534Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:25.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:25.535Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:26.536Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:26.537Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:26.537Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:26.537Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:27.539Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:27.539Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:27.540Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:27.540Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:28.541Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:09:28.542Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:28.542Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:28.542Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:29.544Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6036c6-0084-4415-bae6-0ffe08e3b66b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e74020-2548-4ec9-95ae-982b51941b10",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6971764f-d7d8-4a9f-933a-5924f9424974",
      "resourceInvariantUUID": "a8b03a5f-70ce-4f2c-8324-c663ea7179a4",
      "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": "NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70c685be-391a-4539-a81b-825e17b8aaaf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:09:29.544Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:09:29.545Z|fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC
2023-03-31T09:09:29.545Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b4c30edf-061c-4875-9bb0-d49937f3119d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0c6036c6-0084-4415-bae6-0ffe08e3b66b
ServiceInvariantUUID:91e74020-2548-4ec9-95ae-982b51941b10
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:70c685be-391a-4539-a81b-825e17b8aaaf
ArtifactChecksum:NGNjNmU1OTI4NmNkYTkxZWZlMTRkMzRkZWEyMmVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c22e4fd-b2c0-4722-a4dc-1e0cafb736c4
ResourceInvariantUUID:a8b03a5f-70ce-4f2c-8324-c663ea7179a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6971764f-d7d8-4a9f-933a-5924f9424974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T09:09:29.545Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6036c6-0084-4415-bae6-0ffe08e3b66b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:09:29.587Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:09:29.588Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:09:29.588Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:09:29.588Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70c685be-391a-4539-a81b-825e17b8aaaf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T09:09:29.588Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:09:29.589Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-31T09:09:29.612Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T09:09:29.613Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@108f930
2023-03-31T09:09:29.613Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T09:09:29.614Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-31T09:09:29.614Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70c685be-391a-4539-a81b-825e17b8aaaf Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T09:09:29.614Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:09:29.615Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-31T09:09:29.615Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T09:09:29.615Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:29.616Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:29.616Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253769614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:30.617Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:70c685be-391a-4539-a81b-825e17b8aaaf)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:09:30.662Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists
2023-03-31T09:09:30.663Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:09:30.663Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists)
2023-03-31T09:09:30.664Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:09:30.664Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:30.664Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:30.664Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253770663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:31.666Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:09:31.667Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists)
2023-03-31T09:09:31.667Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:09:31.667Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:09:31.668Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:09:31.668Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253771666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:32.669Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:09:32.697Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:09:32.700Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:09:32.701Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:09:32.701Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:09:32.701Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:09:32.701Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:09:32.701Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:09:32.701Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:09:32.701Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:09:32.702Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:09:32.715Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:09:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:09:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.136Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253725274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253727199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a82544af-6654-4f70-9855-8293bb6d1a75 already exists"
}
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253728200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4e631762-3e3f-45f5-9472-8697d565a3dd already exists"
}
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253759491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.137Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253030791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253769614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253770663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 70c685be-391a-4539-a81b-825e17b8aaaf already exists"
}
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:09:43.138Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253771666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6971764f-d7d8-4a9f-933a-5924f9424974 already exists"
}
2023-03-31T09:09:43.139Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:10:02.716Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c30edf-061c-4875-9bb0-d49937f3119d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:10:02.728Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c30edf-061c-4875-9bb0-d49937f3119d and serviceModelVersionId: 0c6036c6-0084-4415-bae6-0ffe08e3b66b
2023-03-31T09:10:02.728Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e74020-2548-4ec9-95ae-982b51941b10
2023-03-31T09:10:02.728Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0
2023-03-31T09:10:02.731Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:10:02.741Z|b4c30edf-061c-4875-9bb0-d49937f3119d|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/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:10:02.742Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||Invoke
2023-03-31T09:10:02.750Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:10:02.929Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0|INFO|500||InvokeReturn
2023-03-31T09:10:02.929Z|b4c30edf-061c-4875-9bb0-d49937f3119d|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/91e74020-2548-4ec9-95ae-982b51941b10/model-vers/model-ver/0c6036c6-0084-4415-bae6-0ffe08e3b66b?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:10:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[266432], x-aai-txid=[0-aai-resources-230331-09:10:02:934-12251], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:10:02.930Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:10:02.930Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:10:02.930Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:10:02.939Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:10:02.940Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c30edf-061c-4875-9bb0-d49937f3119d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:10:02.940Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:10:02.940Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:02.940Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:02.941Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253802940,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:10:03.973Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-31T09:10:03.974Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-31T09:10:03.975Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 0 disconnected.
2023-03-31T09:10:03.976Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Node 2 disconnected.
2023-03-31T09:10:03.977Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-31T09:10:03.977Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-31T09:10:03.978Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T09:10:03.978Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T09:10:03.980Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-31T09:10:03.983Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-ef5524fa-d48c-4ee7-9bf0-79e85aa014e4
2023-03-31T09:10:03.984Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-31T09:10:03.984Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] (Re-)joining group
2023-03-31T09:10:04.544Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:07.552Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:10.559Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:13.568Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:16.577Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:19.587Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:22.597Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:25.607Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:28.616Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:31.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:34.636Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:37.645Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:40.655Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:10:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:43.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:10:43.144Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T09:10:43.150Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:10:43.150Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-ef5524fa-d48c-4ee7-9bf0-79e85aa014e4', protocol='range'}
2023-03-31T09:10:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T09:10:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T09:10:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T09:10:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T09:10:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T09:10:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, 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 3xUncM8tSIGZLLu1yIeh5w
2023-03-31T09:10:43.155Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-ef5524fa-d48c-4ee7-9bf0-79e85aa014e4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-31T09:10:43.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:10:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-ef5524fa-d48c-4ee7-9bf0-79e85aa014e4', protocol='range'}
2023-03-31T09:10:43.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T09:10:43.171Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:10:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-31T09:10:43.171Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-31T09:10:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:10:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:10:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:10:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2287, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:10:43.175Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T09:10:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:10:43.175Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:10:43.175Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T09:10:43.176Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T09:10:43.176Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T09:10:43.176Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T09:10:43.176Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, 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-03-31T09:10:43.255Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:10:43.256Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"39e9c611-ec5e-4813-8071-9ed8cc5a44b8","serviceName":"basic_onboard_byAZFc","serviceVersion":"1.0","serviceUUID":"1c33b82e-5dd4-49da-9bfa-37bc56c224e2","serviceDescription":"service","serviceInvariantUUID":"ea679b0e-92fa-4bae-8b14-9491328e9600","resources":[{"resourceInstanceName":"basic_onboard_byAZFc 0","resourceName":"basic_onboard_byAZFc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51410001-c94a-4f30-baa3-632e4fd03f74","resourceInvariantUUID":"7cc01441-f8c7-4a65-9f16-e596da56dbde","resourceCustomizationUUID":"c7853db4-bdb7-4cff-a01a-811bbce546d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlYjVjYmZmMTQ3NWY4ZTNmYzkyZWIzYjI3MDIyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68872726-0a24-417c-b841-3c3c3c882f29","artifactVersion":"1"},{"artifactName":"basic_onboard_byazfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json","artifactChecksum":"Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ca78d44-cdbe-4976-b0df-a00d2e093983","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e10504b5-a0db-4873-8da9-3bd5bdf788c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c933c0c-4f7f-4463-a0c5-7334792424aa","artifactVersion":"2","generatedFromUUID":"ac71c395-23f7-481f-83a2-e9ff510c2716"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByazfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml","artifactChecksum":"NjA1N2ZmNjRkMjA1NjA0NWVkZGMwYzA2OTI4MTkyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afb19-e46a-4528-9cdd-339cd89d48dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByazfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar","artifactChecksum":"NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdc1e0e-550b-407d-86d1-90fd76599ecb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:10:43.256Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:10:43.256Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:43.256Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:43.256Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:10:44.190Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b4c30edf-061c-4875-9bb0-d49937f3119d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253802940,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:10:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:10:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:10:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:10:44.191Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:10:44.257Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:10:44.257Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:44.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:44.258Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:45.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:10:45.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:45.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:45.259Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:46.260Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:10:46.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:46.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:46.261Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:47.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:10:47.262Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:47.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:47.263Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:48.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:10:48.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:48.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:48.264Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:49.265Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:10:49.266Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:49.266Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:49.266Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:50.268Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "serviceName": "basic_onboard_byAZFc",
  "serviceVersion": "1.0",
  "serviceUUID": "1c33b82e-5dd4-49da-9bfa-37bc56c224e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea679b0e-92fa-4bae-8b14-9491328e9600",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_byAZFc 0",
      "resourceCustomizationUUID": "c7853db4-bdb7-4cff-a01a-811bbce546d5",
      "resourceName": "basic_onboard_byAZFc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51410001-c94a-4f30-baa3-632e4fd03f74",
      "resourceInvariantUUID": "7cc01441-f8c7-4a65-9f16-e596da56dbde",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_byazfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
          "artifactChecksum": "Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ca78d44-cdbe-4976-b0df-a00d2e093983",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
            "generatedFromUUID": "ac71c395-23f7-481f-83a2-e9ff510c2716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c933c0c-4f7f-4463-a0c5-7334792424aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardByazfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
      "artifactChecksum": "NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdc1e0e-550b-407d-86d1-90fd76599ecb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:10:50.268Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:10:50.269Z|b4c30edf-061c-4875-9bb0-d49937f3119d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC
2023-03-31T09:10:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:39e9c611-ec5e-4813-8071-9ed8cc5a44b8
ServiceName:basic_onboard_byAZFc
ServiceVersion:1.0
ServiceUUID:1c33b82e-5dd4-49da-9bfa-37bc56c224e2
ServiceInvariantUUID:ea679b0e-92fa-4bae-8b14-9491328e9600
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByazfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
ArtifactUUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb
ArtifactChecksum:NjQ0ZjViZTk5OWU3ZmExOGFlYjRjYmIzOGE3NGUwNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_byAZFc 0
ResourceCustomizationUUID:c7853db4-bdb7-4cff-a01a-811bbce546d5
ResourceInvariantUUID:7cc01441-f8c7-4a65-9f16-e596da56dbde
ResourceName:basic_onboard_byAZFc
ResourceType:VF
ResourceUUID:51410001-c94a-4f30-baa3-632e4fd03f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byazfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
ArtifactUUID:5ca78d44-cdbe-4976-b0df-a00d2e093983
ArtifactChecksum:Y2NkZGI1NGZhMmQwZjk1OWIzZjUyZjhlMDFjOWFlMzA=
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac71c395-23f7-481f-83a2-e9ff510c2716
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
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/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env
ArtifactUUID:5c933c0c-4f7f-4463-a0c5-7334792424aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:10:50.269Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c33b82e-5dd4-49da-9bfa-37bc56c224e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:10:50.315Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:10:50.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:10:50.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:10:50.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdc1e0e-550b-407d-86d1-90fd76599ecb from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T09:10:50.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:10:50.316Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar
2023-03-31T09:10:50.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T09:10:50.349Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@eeb8ccd
2023-03-31T09:10:50.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T09:10:50.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T09:10:50.350Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardByazfc-csar.csar /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar 9bdc1e0e-550b-407d-86d1-90fd76599ecb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T09:10:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar ASDC sendASDCNotification
2023-03-31T09:10:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(Specified artifact is  not found)
2023-03-31T09:10:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T09:10:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:50.351Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253850351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:51.353Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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-BasicOnboardByazfc-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar(UUID:9bdc1e0e-550b-407d-86d1-90fd76599ecb)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-31T09:10:51.373Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:10:51.373Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:10:51.377Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||basic_onboard_byAZFc 0
2023-03-31T09:10:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51410001-c94a-4f30-baa3-632e4fd03f74
2023-03-31T09:10:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ca78d44-cdbe-4976-b0df-a00d2e093983 from URL: /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T09:10:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:10:51.378Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json
2023-03-31T09:10:51.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-31T09:10:51.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45691d31
2023-03-31T09:10:51.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-31T09:10:51.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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": [
        "BasicOnboardByazfc"
      ]
    }
  }
}
2023-03-31T09:10:51.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_byazfc0_modules.json /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json 5ca78d44-cdbe-4976-b0df-a00d2e093983 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-31T09:10:51.395Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json ASDC sendASDCNotification
2023-03-31T09:10:51.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(Specified artifact is  not found)
2023-03-31T09:10:51.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-31T09:10:51.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:10:51.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:10:51.396Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253851395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:10:52.397Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|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_byazfc0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json(UUID:5ca78d44-cdbe-4976-b0df-a00d2e093983)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:10:52.398Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:10:52.420Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:10:52.425Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:10:52.426Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:11:22.427Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:11:22.456Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:11:22.461Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:11:22.461Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:11:43.129Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:11:43.130Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-31T09:11:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:11:43.131Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:11:52.461Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:11:52.487Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:11:52.491Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:11:52.492Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:12:22.492Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:12:22.512Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:12:22.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:12:22.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:12:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-31T09:12:43.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253850351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/artifacts/service-BasicOnboardByazfc-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253851395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByazfc/1.0/resourceInstances/basic_onboard_byazfc0/artifacts/basic_onboard_byazfc0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-31T09:12:43.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:12:52.516Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:12:52.545Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:12:52.550Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:12:52.550Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:13:22.550Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:13:22.580Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:13:22.585Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:13:22.585Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:13:43.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:13:52.585Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:13:52.609Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:13:52.613Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:13:52.614Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:14:22.614Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:14:22.637Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:14:22.641Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:14:22.641Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:14:43.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:14:52.641Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:14:52.669Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:14:52.674Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:14:52.674Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:15:22.675Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:15:22.697Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:15:22.700Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-31T09:15:22.700Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-31T09:15:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:43.277Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-31T09:15:43.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Member SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e-ef5524fa-d48c-4ee7-9bf0-79e85aa014e4 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-31T09:15:43.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-31T09:15:43.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1e208c0a-bf9c-4cbb-bf98-67a54df02b8e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-31T09:15:43.776Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Request joining group due to: group is already rebalancing
2023-03-31T09:15:43.788Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:15:43.788Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] (Re-)joining group
2023-03-31T09:15:43.795Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:15:43.795Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-31T09:15:43.811Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df-50da12ca-413c-4352-a8a1-ff2e3e38c4c3', protocol='range'}
2023-03-31T09:15:43.811Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-31T09:15:43.811Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-31T09:15:43.816Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:15:43.816Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:15:43.816Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:15:43.816Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2297, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-31T09:15:43.816Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-31T09:15:43.816Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a39eb030-1998-4b8f-a23a-f6482cd495df, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-31T09:15:52.701Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-31T09:15:52.701Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:15:52.714Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and serviceModelVersionId: 1c33b82e-5dd4-49da-9bfa-37bc56c224e2
2023-03-31T09:15:52.714Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea679b0e-92fa-4bae-8b14-9491328e9600
2023-03-31T09:15:52.715Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0
2023-03-31T09:15:52.721Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:15:52.739Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||Invoke
2023-03-31T09:15:52.739Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba7027a8-b7ea-40a9-80b7-a8722cee27df], X-ECOMP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], X-TransactionId=[], X-ONAP-RequestID=[39e9c611-ec5e-4813-8071-9ed8cc5a44b8], Content-Type=[application/merge-patch+json]}
2023-03-31T09:15:52.747Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-31T09:15:52.916Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:15:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[237712], x-aai-txid=[2-aai-resources-230331-09:15:52:933-37685], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:15:52.917Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:15:52.917Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea679b0e-92fa-4bae-8b14-9491328e9600/model-vers/model-ver/1c33b82e-5dd4-49da-9bfa-37bc56c224e2?depth=0|INFO|500||InvokeReturn
2023-03-31T09:15:52.918Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:15:52.918Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:15:52.925Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:15:52.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e9c611-ec5e-4813-8071-9ed8cc5a44b8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-31T09:15:52.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-31T09:15:52.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:52.926Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:52.927Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254152926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:52.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:15:52.945Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "39e9c611-ec5e-4813-8071-9ed8cc5a44b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254152926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-31T09:15:52.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:15:53.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:15:53.959Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"88414146-dd05-4184-8ab0-31e7d46a8f3b","serviceName":"vFW 2023-03-31 05-38-15","serviceVersion":"1.0","serviceUUID":"868fc525-5ebc-4294-b524-016b5f5080e2","serviceDescription":"catalog service description","serviceInvariantUUID":"d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98","resources":[{"resourceInstanceName":"vFW 977433f8-4ac6 0","resourceName":"vFW 977433f8-4ac6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5f02bdd-36c6-42eb-9657-f8336cd4b49c","resourceInvariantUUID":"e330e556-0c38-4def-81d4-134bab194cd5","resourceCustomizationUUID":"df2bb971-c66b-4ad3-8656-beb755d3621c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml","artifactChecksum":"MTA5ZTEyZThiZDY3ZDIyNjUzZmQwZTU5N2IxYzdlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c1a36c-7c7f-4bc4-9ff8-beaf794739a8","artifactVersion":"1"},{"artifactName":"vfw977433f84ac60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json","artifactChecksum":"YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52c50ea2-9661-4d33-ae34-b9acb84df713","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0OTNhYjkxYzA5NzVkZGJhMGRkYmNmNTYxOGIxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f7f250c-2a20-4683-9365-f21c2f331cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af7da10-168a-4a1c-8695-cf258e60756b","artifactVersion":"2","generatedFromUUID":"a635164b-28b1-4556-87e5-eaa5b993adbd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331053815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml","artifactChecksum":"Mjc5MDIwZWM4MDY2N2U2MWFkY2YwYjRiNjkzOTY0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6355ed-f64f-4cb6-b149-d8b55c156fb4","artifactVersion":"1"},{"artifactName":"service-Vfw20230331053815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar","artifactChecksum":"MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed35c428-0d11-41b4-9be8-e113051c1bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:15:53.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:15:53.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:53.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:53.960Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:54.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:15:54.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:54.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:54.962Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:55.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:15:55.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:55.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:55.964Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:56.965Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:15:56.966Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:56.966Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:56.967Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:57.968Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:15:57.968Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:57.968Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:57.968Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:58.969Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:15:58.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:58.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:58.970Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:15:59.971Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:15:59.972Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:15:59.972Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:15:59.972Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:00.974Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "serviceName": "vFW 2023-03-31 05-38-15",
  "serviceVersion": "1.0",
  "serviceUUID": "868fc525-5ebc-4294-b524-016b5f5080e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98",
  "resources": [
    {
      "resourceInstanceName": "vFW 977433f8-4ac6 0",
      "resourceCustomizationUUID": "df2bb971-c66b-4ad3-8656-beb755d3621c",
      "resourceName": "vFW 977433f8-4ac6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5f02bdd-36c6-42eb-9657-f8336cd4b49c",
      "resourceInvariantUUID": "e330e556-0c38-4def-81d4-134bab194cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw977433f84ac60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
          "artifactChecksum": "YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52c50ea2-9661-4d33-ae34-b9acb84df713",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
            "generatedFromUUID": "a635164b-28b1-4556-87e5-eaa5b993adbd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af7da10-168a-4a1c-8695-cf258e60756b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331053815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
      "artifactChecksum": "MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed35c428-0d11-41b4-9be8-e113051c1bf0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:16:00.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:16:00.975Z|39e9c611-ec5e-4813-8071-9ed8cc5a44b8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC
2023-03-31T09:16:00.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:88414146-dd05-4184-8ab0-31e7d46a8f3b
ServiceName:vFW 2023-03-31 05-38-15
ServiceVersion:1.0
ServiceUUID:868fc525-5ebc-4294-b524-016b5f5080e2
ServiceInvariantUUID:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331053815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
ArtifactUUID:ed35c428-0d11-41b4-9be8-e113051c1bf0
ArtifactChecksum:MjA3ZWI1YmNjZGY4MmJkZmJkMjYwN2I0YjE2NWJjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 977433f8-4ac6 0
ResourceCustomizationUUID:df2bb971-c66b-4ad3-8656-beb755d3621c
ResourceInvariantUUID:e330e556-0c38-4def-81d4-134bab194cd5
ResourceName:vFW 977433f8-4ac6
ResourceType:VF
ResourceUUID:a5f02bdd-36c6-42eb-9657-f8336cd4b49c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw977433f84ac60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json
ArtifactUUID:52c50ea2-9661-4d33-ae34-b9acb84df713
ArtifactChecksum:YzgyZjk1NmU1NDIxOWI3MGE3YjViMzc1MjExZDViOTE=
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml
ArtifactUUID:a635164b-28b1-4556-87e5-eaa5b993adbd
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
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/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env
ArtifactUUID:7af7da10-168a-4a1c-8695-cf258e60756b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:16:00.975Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 868fc525-5ebc-4294-b524-016b5f5080e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:16:01.020Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:16:01.021Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:16:01.021Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:16:01.021Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 from URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T09:16:01.021Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:16:01.022Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T09:16:01.350Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:16:01.355Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ed35c428-0d11-41b4-9be8-e113051c1bf0 101489
2023-03-31T09:16:01.355Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T09:16:01.355Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar
2023-03-31T09:16:01.355Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:16:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:01.356Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254161355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:02.357Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:16:02.358Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:16:02.358Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0, URL: /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar to file: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:16:02.358Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331053815-csar.csar
2023-03-31T09:16:02.359Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:16:02.359Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:16:02.465Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP408400480781637786/Definitions/service-Vfw20230331053815-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 977433f8-4ac6 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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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-Vfw20230331053815-csar.csar
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:16:03.878Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.879Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is matching search criteria
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 977433f8-4ac6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:16:03.880Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a28b431-a870-4ebf-8c00-a8e633647d18
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.881Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86784528-8ff1-4943-9bdb-dab17622b5be
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vFW 977433f8-4ac6 0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.882Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=586b17c9-ba37-4b09-91c0-d64d86254880
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 05-38-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:03.883Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 05-38-15
Description:catalog service description
Model UUID:868fc525-5ebc-4294-b524-016b5f5080e2
Model Version:NULL
Model InvariantUuid:d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 977433f8-4ac6
Model UUID:32977b99-06b7-4803-aa7d-2e655dbccb44
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e330e556-0c38-4def-81d4-134bab194cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df2bb971-c66b-4ad3-8656-beb755d3621c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56225278-28db-496c-8e33-217cadc21151
ModelName:Vfw977433f84ac6..base_vfw..module-0
ModelUuid:11fcf758-bc25-43aa-849d-74dd69051eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a28b431-a870-4ebf-8c00-a8e633647d18
ModelInvariantUuid:78cae97e-a652-4f52-bddd-a21cda9a1bfe
ModelName:vFW 977433f8-4ac6-nodes.vfwCvfc
ModelUuid:5a66766c-e03e-4da4-9cca-93dfcfe62dce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6c8d3246-9e21-44b1-aeca-23ff81615ab2
ModelInvariantUuid:3c036192-1d3e-432f-8b78-970b2d34e786
ModelName:Vfw977433f84ac6.compute.nodes.heat.vfw
ModelUuid:3fe0bdbf-0a51-4900-aafa-e30ca62e5fb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86784528-8ff1-4943-9bdb-dab17622b5be
ModelInvariantUuid:acd9d975-83e5-4abf-93f1-920ab5fb3cdd
ModelName:vFW 977433f8-4ac6-nodes.vsnCvfc
ModelUuid:c02718a8-51de-4934-88ec-ba3ba2051680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b044db26-d522-40af-b676-0842729bf717
ModelInvariantUuid:1c2edbae-b3e6-4d4a-92e1-725a9daab446
ModelName:Vfw977433f84ac6.compute.nodes.heat.vsn
ModelUuid:2a1b2e1e-8779-4c52-aa63-fbda791be300
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:586b17c9-ba37-4b09-91c0-d64d86254880
ModelInvariantUuid:7c2cc7c4-b2ce-42e4-86af-9818f9b9f166
ModelName:vFW 977433f8-4ac6-nodes.vpgCvfc
ModelUuid:31f89938-38f6-4ba2-89b6-a76355559b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb68ac60-503f-48b2-8b89-51c771b00ce8
ModelInvariantUuid:131a9320-28ba-4d20-b9ea-59f29e3118c1
ModelName:Vfw977433f84ac6.compute.nodes.heat.vpg
ModelUuid:7ab5333a-9c49-43ef-bac5-4ea1b769b353
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:16:03.929Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists
2023-03-31T09:16:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T09:16:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists)
2023-03-31T09:16:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:16:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:03.930Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254163930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar ASDC sendASDCNotification
2023-03-31T09:16:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar(Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists)
2023-03-31T09:16:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:16:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:04.931Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254164931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:05.932Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:16:05.963Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:16:05.968Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:16:05.968Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:16:05.968Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:16:05.968Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:16:05.968Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:05.969Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:05.969Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:05.969Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:05.969Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:16:05.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:16:35.987Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:16:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88414146-dd05-4184-8ab0-31e7d46a8f3b and serviceModelVersionId: 868fc525-5ebc-4294-b524-016b5f5080e2
2023-03-31T09:16:35.999Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98
2023-03-31T09:16:36.000Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0
2023-03-31T09:16:36.007Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:16:36.023Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:16:36.024Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||Invoke
2023-03-31T09:16:36.029Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:16:36.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0|INFO|500||InvokeReturn
2023-03-31T09:16:36.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|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/d6a54b4a-4797-4fdb-a4c1-9b434b8a0c98/model-vers/model-ver/868fc525-5ebc-4294-b524-016b5f5080e2?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:16:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[143360], x-aai-txid=[2-aai-resources-230331-09:16:36:211-91221], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:16:36.197Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:16:36.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:16:36.198Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:16:36.204Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:16:36.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88414146-dd05-4184-8ab0-31e7d46a8f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:16:36.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:16:36.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:36.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:36.205Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254196205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:16:37.239Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:16:37.239Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e5e3bd0-a16c-4ad0-b579-d18a485a67b5","serviceName":"vFW 2023-03-31 06-10-29","serviceVersion":"1.0","serviceUUID":"8a5d02f8-9967-47e4-9304-52ad4fd10847","serviceDescription":"catalog service description","serviceInvariantUUID":"1bf7a47d-8657-4a4c-abba-8a1a89edd5c9","resources":[{"resourceInstanceName":"vFW 825e8353-d06c 0","resourceName":"vFW 825e8353-d06c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c96dcc27-cf82-44d3-8f39-ad71612f1b06","resourceInvariantUUID":"0f7c1745-a730-4e5d-86ec-7649b3e296f8","resourceCustomizationUUID":"892be6fb-6f2e-442a-9ae0-dac32917acd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE1OTViNGMyYmMxNjg1ZTlhMWI3NDU1MWEzMWZiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"567da9b0-83a9-4b89-ad2d-b2a2512ee22d","artifactVersion":"1"},{"artifactName":"vfw825e8353d06c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json","artifactChecksum":"YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1ab7684-3a21-442b-91ea-f73ece53d36a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1Y2JkMGU1ZDQxOTUzYmRlNjc4MWQwZThlYjhmYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76428555-0f8e-4270-ba42-7f9326fe8322","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39a38bbd-b2c1-47a8-8218-262ce7922392","artifactVersion":"2","generatedFromUUID":"e0fd2709-7399-4de2-9685-bc391bf26a84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230331061029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml","artifactChecksum":"OWQwNjhiMGM2YjE0ZTlkYTQ4NTY0ODJkODIyZDBmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f055ad1e-19c1-45d1-b67c-d50023d736f8","artifactVersion":"1"},{"artifactName":"service-Vfw20230331061029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar","artifactChecksum":"ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4319815d-63f3-4f70-953e-c9cae180b8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:16:37.240Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:16:37.240Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:37.240Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:37.240Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:38.242Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:16:38.242Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:38.242Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:38.242Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:39.243Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:16:39.244Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:39.244Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:39.245Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:40.246Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:16:40.246Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:40.247Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:40.247Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:41.248Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:16:41.249Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:41.249Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:41.249Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:42.250Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:16:42.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:42.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:42.251Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:43.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vfw977433f84ac60_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/resourceInstances/vfw977433f84ac60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:16:43.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254161355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254163930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ed35c428-0d11-41b4-9be8-e113051c1bf0 already exists"
}
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254164931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331053815/1.0/artifacts/service-Vfw20230331053815-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a5f02bdd-36c6-42eb-9657-f8336cd4b49c already exists"
}
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88414146-dd05-4184-8ab0-31e7d46a8f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254196205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:16:43.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:16:43.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:16:43.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:16:43.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:43.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:43.252Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:44.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "serviceName": "vFW 2023-03-31 06-10-29",
  "serviceVersion": "1.0",
  "serviceUUID": "8a5d02f8-9967-47e4-9304-52ad4fd10847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1bf7a47d-8657-4a4c-abba-8a1a89edd5c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 825e8353-d06c 0",
      "resourceCustomizationUUID": "892be6fb-6f2e-442a-9ae0-dac32917acd8",
      "resourceName": "vFW 825e8353-d06c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c96dcc27-cf82-44d3-8f39-ad71612f1b06",
      "resourceInvariantUUID": "0f7c1745-a730-4e5d-86ec-7649b3e296f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw825e8353d06c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json",
          "artifactChecksum": "YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1ab7684-3a21-442b-91ea-f73ece53d36a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
            "generatedFromUUID": "e0fd2709-7399-4de2-9685-bc391bf26a84"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39a38bbd-b2c1-47a8-8218-262ce7922392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230331061029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
      "artifactChecksum": "ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4319815d-63f3-4f70-953e-c9cae180b8e9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:16:44.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:16:44.253Z|88414146-dd05-4184-8ab0-31e7d46a8f3b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC
2023-03-31T09:16:44.254Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
ServiceName:vFW 2023-03-31 06-10-29
ServiceVersion:1.0
ServiceUUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
ServiceInvariantUUID:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230331061029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
ArtifactUUID:4319815d-63f3-4f70-953e-c9cae180b8e9
ArtifactChecksum:ODhlZWEzZGQxMWYyNzE2ODgyZWQ2YjkyOGMwMGM0ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 825e8353-d06c 0
ResourceCustomizationUUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
ResourceInvariantUUID:0f7c1745-a730-4e5d-86ec-7649b3e296f8
ResourceName:vFW 825e8353-d06c
ResourceType:VF
ResourceUUID:c96dcc27-cf82-44d3-8f39-ad71612f1b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw825e8353d06c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/vfw825e8353d06c0_modules.json
ArtifactUUID:e1ab7684-3a21-442b-91ea-f73ece53d36a
ArtifactChecksum:YmUyMWYyMDM2YjVkYTBjMTg4NmU2ZmE2NDQwMjJiNTk=
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.yaml
ArtifactUUID:e0fd2709-7399-4de2-9685-bc391bf26a84
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
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/Vfw20230331061029/1.0/resourceInstances/vfw825e8353d06c0/artifacts/base_vfw.env
ArtifactUUID:39a38bbd-b2c1-47a8-8218-262ce7922392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:16:44.254Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a5d02f8-9967-47e4-9304-52ad4fd10847 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:16:44.298Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:16:44.299Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:16:44.299Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:16:44.299Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 from URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T09:16:44.300Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:16:44.300Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T09:16:44.634Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:16:44.637Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar 4319815d-63f3-4f70-953e-c9cae180b8e9 101454
2023-03-31T09:16:44.638Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T09:16:44.638Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar
2023-03-31T09:16:44.639Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:16:44.639Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:44.639Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:44.640Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254204638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:45.640Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:16:45.641Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:16:45.641Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9, URL: /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar to file: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:16:45.641Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230331061029-csar.csar
2023-03-31T09:16:45.642Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:16:45.642Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:16:45.757Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7839297898868661538/Definitions/service-Vfw20230331061029-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.178Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 825e8353-d06c 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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|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-Vfw20230331061029-csar.csar
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:16:47.179Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:16:47.180Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is matching search criteria
2023-03-31T09:16:47.181Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 825e8353-d06c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:16:47.182Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7892e965-0ae5-43b4-bef8-e3bbf7204e17
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 825e8353-d06c 0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.183Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21934091-3406-4e3f-9d2e-9138c9fb590a
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-31 06-10-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:16:47.184Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-31 06-10-29
Description:catalog service description
Model UUID:8a5d02f8-9967-47e4-9304-52ad4fd10847
Model Version:NULL
Model InvariantUuid:1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 825e8353-d06c
Model UUID:f4f4c3f6-3c4a-4c8c-8872-30d4d8cb9bb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7c1745-a730-4e5d-86ec-7649b3e296f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:892be6fb-6f2e-442a-9ae0-dac32917acd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d3cf43c-5967-4ded-9b80-223d248c0065
ModelName:Vfw825e8353D06c..base_vfw..module-0
ModelUuid:88df2a3a-27d7-4f54-bc32-1542efd53fcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1e12d7f-ae4f-4d89-adc9-b55da03f9e4f
ModelInvariantUuid:f84aaf7c-cbab-47e5-9a10-b70d03f69603
ModelName:vFW 825e8353-d06c-nodes.vfwCvfc
ModelUuid:c5fc6985-1a6c-4e35-82ac-d8f64e402d8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36e04496-e7f6-4400-a812-9611b285619e
ModelInvariantUuid:9f796b1e-d992-42de-bd72-edacdd41459e
ModelName:Vfw825e8353D06c.compute.nodes.heat.vfw
ModelUuid:f001fc7b-6b8a-440b-a006-e01d9eadb39b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7892e965-0ae5-43b4-bef8-e3bbf7204e17
ModelInvariantUuid:f4e400f9-c77d-42fb-b2ce-3bfbd0f6c3fc
ModelName:vFW 825e8353-d06c-nodes.vsnCvfc
ModelUuid:72fbbfcb-8a33-4cf2-8586-c3f734a96915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bf7fbc55-8ae2-409c-9e57-b793a7c8ae6d
ModelInvariantUuid:c16feaf2-dfe1-41b2-a593-2323b2898b2a
ModelName:Vfw825e8353D06c.compute.nodes.heat.vsn
ModelUuid:752b5363-b005-4202-a408-28490327c5bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21934091-3406-4e3f-9d2e-9138c9fb590a
ModelInvariantUuid:afa7b232-b025-4919-bef7-ee62d322c6ed
ModelName:vFW 825e8353-d06c-nodes.vpgCvfc
ModelUuid:178b037c-1f5b-4fb5-ba60-71bf95741685
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71e730f4-50b1-4b52-a705-e702d6d7a1a2
ModelInvariantUuid:4277bd3e-90e4-4e5c-9b66-8747dffd6a98
ModelName:Vfw825e8353D06c.compute.nodes.heat.vpg
ModelUuid:d66a94d2-9bf7-49cb-8724-bd4706617441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:16:47.234Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists
2023-03-31T09:16:47.234Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T09:16:47.234Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists)
2023-03-31T09:16:47.234Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:16:47.234Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:47.234Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:47.234Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254207234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:48.235Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar ASDC sendASDCNotification
2023-03-31T09:16:48.235Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar(Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists)
2023-03-31T09:16:48.236Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:16:48.236Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:16:48.236Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:16:48.236Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254208235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:16:49.237Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:16:49.261Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:16:49.265Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:16:49.266Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:16:49.278Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:17:19.279Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:17:19.292Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and serviceModelVersionId: 8a5d02f8-9967-47e4-9304-52ad4fd10847
2023-03-31T09:17:19.293Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf7a47d-8657-4a4c-abba-8a1a89edd5c9
2023-03-31T09:17:19.293Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0
2023-03-31T09:17:19.300Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:17:19.316Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||Invoke
2023-03-31T09:17:19.316Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7017f10-fd8a-45e0-8e8e-8f450f1fefa7], X-ECOMP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], X-TransactionId=[], X-ONAP-RequestID=[4e5e3bd0-a16c-4ad0-b579-d18a485a67b5], Content-Type=[application/merge-patch+json]}
2023-03-31T09:17:19.324Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:17:19.500Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:17:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[173], vertex-id=[258192], x-aai-txid=[2-aai-resources-230331-09:17:19:509-11795], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:17:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:17:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1bf7a47d-8657-4a4c-abba-8a1a89edd5c9/model-vers/model-ver/8a5d02f8-9967-47e4-9304-52ad4fd10847?depth=0|INFO|500||InvokeReturn
2023-03-31T09:17:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:17:19.501Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:17:19.508Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:17:19.509Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5e3bd0-a16c-4ad0-b579-d18a485a67b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:17:19.509Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:17:19.509Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:19.509Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:19.509Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254239509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:17:20.538Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:17:20.538Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"33595ef2-954b-4075-8fb3-078879831c89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56e6e742-9368-4859-98aa-d195206a51c7","serviceDescription":"service","serviceInvariantUUID":"0b4a4f84-f12e-4c2b-8513-d4197f947ad2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4a1be69-0fa1-48c8-a0d8-fb196784e24b","resourceInvariantUUID":"b4862e17-55cd-4cfa-9ec3-6e418a0c590d","resourceCustomizationUUID":"4c018e70-fd03-454e-a85d-67b61c9a95f7","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":"YmU1ZDM2MDgzMWVmMzBhZTM1YmI0ZDQ0YzEzYjcxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b4639f-a486-4c6f-8d63-8f0efded1444","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096cb2f7-4dbb-4fc0-b070-b0c52262bca1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:17:20.539Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:17:20.539Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:20.539Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:20.539Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:21.539Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:17:21.540Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:21.540Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:21.540Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:22.541Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56e6e742-9368-4859-98aa-d195206a51c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4a4f84-f12e-4c2b-8513-d4197f947ad2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c018e70-fd03-454e-a85d-67b61c9a95f7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d4a1be69-0fa1-48c8-a0d8-fb196784e24b",
      "resourceInvariantUUID": "b4862e17-55cd-4cfa-9ec3-6e418a0c590d",
      "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": "MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096cb2f7-4dbb-4fc0-b070-b0c52262bca1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:17:22.541Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:17:22.541Z|4e5e3bd0-a16c-4ad0-b579-d18a485a67b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56e6e742-9368-4859-98aa-d195206a51c7 ASDC
2023-03-31T09:17:22.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:33595ef2-954b-4075-8fb3-078879831c89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56e6e742-9368-4859-98aa-d195206a51c7
ServiceInvariantUUID:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
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:096cb2f7-4dbb-4fc0-b070-b0c52262bca1
ArtifactChecksum:MmIzOTdkZDg0MmQ2NTIxNzVkYmNmNTY4YmU4OWEwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
ResourceInvariantUUID:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4a1be69-0fa1-48c8-a0d8-fb196784e24b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-31T09:17:22.542Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e6e742-9368-4859-98aa-d195206a51c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:17:22.585Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:17:22.586Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:17:22.587Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:17:22.587Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T09:17:22.587Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:17:22.587Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T09:17:22.916Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:17:22.917Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 57783
2023-03-31T09:17:22.917Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T09:17:22.917Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-31T09:17:22.917Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:17:22.918Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:22.918Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:22.918Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254242917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:23.918Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:17:23.919Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:17:23.919Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:23.920Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-31T09:17:23.920Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:23.920Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:23.993Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2312801087697880252/Definitions/service-BasicNetwork-template.yml
2023-03-31T09:17:24.280Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:17:24.280Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:17:24.280Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.280Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-31T09:17:24.280Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.280Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:17:24.281Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:17:24.282Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:17:24.282Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:17:24.282Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:17:24.282Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:17:24.282Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:17:24.282Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56e6e742-9368-4859-98aa-d195206a51c7
Model Version:NULL
Model InvariantUuid:0b4a4f84-f12e-4c2b-8513-d4197f947ad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4862e17-55cd-4cfa-9ec3-6e418a0c590d
Model UUID:153a1e47-e1c1-4cd4-bf2b-074e7d52615e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c018e70-fd03-454e-a85d-67b61c9a95f7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:17:24.327Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists
2023-03-31T09:17:24.328Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T09:17:24.328Z|33595ef2-954b-4075-8fb3-078879831c89|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: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists)
2023-03-31T09:17:24.328Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:17:24.328Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:24.328Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:24.328Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254244328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:25.329Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-31T09:17:25.329Z|33595ef2-954b-4075-8fb3-078879831c89|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: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists)
2023-03-31T09:17:25.330Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:17:25.330Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:25.330Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:25.330Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254245329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:26.331Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:17:26.356Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:17:26.361Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:17:26.361Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:17:26.361Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:17:26.361Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:17:26.362Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:17:26.362Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:17:26.362Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:17:26.362Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:17:26.362Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:17:26.377Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:17:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:17:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:17:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:17:56.378Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33595ef2-954b-4075-8fb3-078879831c89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:17:56.389Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33595ef2-954b-4075-8fb3-078879831c89 and serviceModelVersionId: 56e6e742-9368-4859-98aa-d195206a51c7
2023-03-31T09:17:56.389Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4a4f84-f12e-4c2b-8513-d4197f947ad2
2023-03-31T09:17:56.390Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0
2023-03-31T09:17:56.396Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:17:56.441Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||Invoke
2023-03-31T09:17:56.442Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7e0d12c-8ae1-4ecf-b650-b9ff5324ba8e], X-ECOMP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], X-TransactionId=[], X-ONAP-RequestID=[33595ef2-954b-4075-8fb3-078879831c89], Content-Type=[application/merge-patch+json]}
2023-03-31T09:17:56.450Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:17:56.664Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:17:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[210], vertex-id=[163840], x-aai-txid=[0-aai-resources-230331-09:17:56:635-18072], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:17:56.664Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:17:56.665Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b4a4f84-f12e-4c2b-8513-d4197f947ad2/model-vers/model-ver/56e6e742-9368-4859-98aa-d195206a51c7?depth=0|INFO|500||InvokeReturn
2023-03-31T09:17:56.665Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:17:56.665Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:17:56.673Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:17:56.674Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33595ef2-954b-4075-8fb3-078879831c89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:17:56.674Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:17:56.674Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:56.674Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:56.674Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254276674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:17:57.707Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:17:57.707Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"78c45851-f71d-40f5-90a5-9f2bebe9ff89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0","serviceDescription":"service","serviceInvariantUUID":"5c17dc62-dfcf-4d89-85ba-9e723b38a467","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeffda3e-939b-4eaa-add6-2e731681800e","resourceInvariantUUID":"02d7c733-52d4-4fd5-9ca5-f3b864e36caa","resourceCustomizationUUID":"c917db4e-461a-44d0-84ab-2f369cc5f355","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":"NTBjODc1NzQ5MzI5ZGZlNTIyNGFlZjkyZGJlOGYzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7809a995-8329-4b58-875c-12b1ad95a93b","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":"MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790626ef-0644-4596-a189-e01b017289de","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":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7","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":"652c7d20-84ff-4a53-a028-ea43bfe619fd","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":"402ffbd2-2b6f-439c-9c5f-d6ee6553366f","artifactVersion":"2","generatedFromUUID":"28032dd1-10ce-4d80-a0f2-50d4ef2304d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU3YzdhYjRhMTg1ZDk5ZjAzODA1NWJhOTAwZjRkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d69df6e8-77c1-4f6c-b4f7-eabe1fa6b36e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9867ecb7-2acd-4863-9485-ba82af49823d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:17:57.707Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:17:57.708Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:57.708Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:57.708Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:58.708Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:17:58.709Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:58.709Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:58.709Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:17:59.709Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:17:59.710Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:17:59.710Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:17:59.710Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:00.711Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:00.711Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:00.711Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:00.711Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:01.712Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:01.712Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:01.712Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:01.712Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:02.713Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:02.714Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:02.714Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:02.714Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:03.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:03.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:03.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:03.715Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:04.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c17dc62-dfcf-4d89-85ba-9e723b38a467",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c917db4e-461a-44d0-84ab-2f369cc5f355",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeffda3e-939b-4eaa-add6-2e731681800e",
      "resourceInvariantUUID": "02d7c733-52d4-4fd5-9ca5-f3b864e36caa",
      "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": "MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "790626ef-0644-4596-a189-e01b017289de",
          "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": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7",
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
            "generatedFromUUID": "28032dd1-10ce-4d80-a0f2-50d4ef2304d7"
          },
          "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": "402ffbd2-2b6f-439c-9c5f-d6ee6553366f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9867ecb7-2acd-4863-9485-ba82af49823d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:18:04.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:18:04.716Z|33595ef2-954b-4075-8fb3-078879831c89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC
2023-03-31T09:18:04.717Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78c45851-f71d-40f5-90a5-9f2bebe9ff89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
ServiceInvariantUUID:5c17dc62-dfcf-4d89-85ba-9e723b38a467
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:9867ecb7-2acd-4863-9485-ba82af49823d
ArtifactChecksum:Njg0YzgyYmEwYjY0NDQxNTFhYmM2ZDIwNTYzNDVmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c917db4e-461a-44d0-84ab-2f369cc5f355
ResourceInvariantUUID:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aeffda3e-939b-4eaa-add6-2e731681800e
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:790626ef-0644-4596-a189-e01b017289de
ArtifactChecksum:MzQxODM3NTcyNWQ5ZjFlYmU4YTc1YTU2MDNhZmRjOTY=
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:28032dd1-10ce-4d80-a0f2-50d4ef2304d7
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
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:402ffbd2-2b6f-439c-9c5f-d6ee6553366f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:18:04.717Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:18:04.768Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:18:04.768Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:18:04.769Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:18:04.769Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T09:18:04.769Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:18:04.769Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T09:18:05.091Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:18:05.094Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9867ecb7-2acd-4863-9485-ba82af49823d 75164
2023-03-31T09:18:05.094Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T09:18:05.094Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-31T09:18:05.094Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:18:05.095Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:05.095Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:05.095Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254285094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:06.095Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:18:06.096Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:18:06.096Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9867ecb7-2acd-4863-9485-ba82af49823d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:06.097Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-31T09:18:06.097Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:06.097Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:06.198Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5176328702336567123/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-31T09:18:07.008Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.009Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-31T09:18:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:18:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:18:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:18:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:18:07.010Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:18:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:18:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:18:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:07.011Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.012Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-31T09:18:07.013Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2078edf3-1213-4947-9313-e02b5914d9f5
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:07.014Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.015Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:07.015Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.015Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:07.015Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:07.015Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:07.015Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
Model Version:NULL
Model InvariantUuid:5c17dc62-dfcf-4d89-85ba-9e723b38a467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a33a2b5-c1ea-4f97-b7e6-b1eb1d4ae208
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02d7c733-52d4-4fd5-9ca5-f3b864e36caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c917db4e-461a-44d0-84ab-2f369cc5f355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5958b434-313b-4eea-85e6-ef29886cec9a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7aec0f2d-fa8d-4af5-a4fb-06eb0e6230ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2078edf3-1213-4947-9313-e02b5914d9f5
ModelInvariantUuid:b054c1c7-1242-479e-92c5-bc98397e634e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee114f04-4bac-4495-b64f-834da5ee2c53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce0f1d4-a7d5-4711-b9d2-e4ea4646c724
ModelInvariantUuid:82f6f3d2-811f-4f32-9e96-78c023195f24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c55343a4-80bd-4386-a4e5-531e76f7a9f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:18:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists
2023-03-31T09:18:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T09:18:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: 9867ecb7-2acd-4863-9485-ba82af49823d already exists)
2023-03-31T09:18:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:18:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:07.057Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254287057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:08.058Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-31T09:18:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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: aeffda3e-939b-4eaa-add6-2e731681800e already exists)
2023-03-31T09:18:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:18:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:08.059Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254288058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:09.060Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:18:09.088Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:18:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:18:09.092Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:18:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:18:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:18:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:09.093Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:18:09.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:18:39.108Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:18:39.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and serviceModelVersionId: 7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0
2023-03-31T09:18:39.119Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c17dc62-dfcf-4d89-85ba-9e723b38a467
2023-03-31T09:18:39.120Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0
2023-03-31T09:18:39.126Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:18:39.140Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-31T09:18:39.141Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||Invoke
2023-03-31T09:18:39.149Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:18:39.320Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0|INFO|500||InvokeReturn
2023-03-31T09:18:39.321Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|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/5c17dc62-dfcf-4d89-85ba-9e723b38a467/model-vers/model-ver/7d2af6f7-c28f-4715-837c-8dfeb0ca2ef0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:18:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[237760], x-aai-txid=[0-aai-resources-230331-09:18:39:332-63145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:18:39.321Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:18:39.322Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:18:39.322Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:18:39.331Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:18:39.332Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78c45851-f71d-40f5-90a5-9f2bebe9ff89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:18:39.332Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:18:39.332Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:39.332Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:39.332Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254319332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:18:40.359Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:18:40.360Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"640ace53-f591-4375-8668-36747121fd02","serviceName":"Demo_pNF_n2ewjmnf9Vj0VH8sPt3c","serviceVersion":"1.0","serviceUUID":"fd9c9c8d-5866-4420-84d1-f8efabc0da0e","serviceDescription":"catalog service description","serviceInvariantUUID":"c10aa3c9-31d4-4a91-851d-fd1fec7cb93d","resources":[{"resourceInstanceName":"pNF d1f6300c-d14b 0","resourceName":"pNF d1f6300c-d14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e45a5ef4-7a79-4da7-ab90-f416902044c3","resourceInvariantUUID":"f1674e4f-c527-4ff9-89b5-f6e96df39d47","resourceCustomizationUUID":"7fcd365b-d2c5-43b3-b1c9-b265077cf0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY0Y2MzNDllZmE0ZWFhYzcxYThlMjgyZTg3YjJlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1094c201-a842-45c5-8811-c2ce22a49b77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cf43f90-be94-49de-9462-90faa6c9035f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13941582-37b6-459f-8000-99ddfdb971f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE1YmYyNTY0YzRjYmYxNmEyNTkwNjE1MzFjZGFkNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0ca43a9-49e7-4084-8dab-4bd7e29585fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bee5f48-e98d-4bc0-b90f-a73d24cf80e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f6f4e7-9a08-404b-8133-d609cb4861ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml","artifactChecksum":"YzQzNjRhOTA1NGQ0ODNlZDViZjFkYzE3NWNjZDhlNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b454ca7d-d3b0-4d61-867c-13e76f6c9100","artifactVersion":"1"},{"artifactName":"service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar","artifactChecksum":"YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5403ec8-1228-4bca-b900-bfc0305e5d8d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:18:40.360Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:40.360Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:40.360Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:40.360Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:41.361Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:41.361Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:41.361Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:41.361Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:42.362Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:42.362Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:42.362Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:42.362Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254204638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254207234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4319815d-63f3-4f70-953e-c9cae180b8e9 already exists"
}
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254208235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230331061029/1.0/artifacts/service-Vfw20230331061029-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c96dcc27-cf82-44d3-8f39-ad71612f1b06 already exists"
}
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4e5e3bd0-a16c-4ad0-b579-d18a485a67b5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254239509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254242917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:18:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254244328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 096cb2f7-4dbb-4fc0-b070-b0c52262bca1 already exists"
}
2023-03-31T09:18:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:18:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254245329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d4a1be69-0fa1-48c8-a0d8-fb196784e24b already exists"
}
2023-03-31T09:18:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:18:43.362Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:43.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:43.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:43.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:44.363Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:44.364Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:44.364Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:44.364Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:45.364Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:45.365Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:45.365Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:45.365Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:46.365Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:46.366Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:46.366Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:46.366Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:47.367Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:18:47.367Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:47.367Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:47.368Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:48.368Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "serviceName": "Demo_pNF_n2ewjmnf9Vj0VH8sPt3c",
  "serviceVersion": "1.0",
  "serviceUUID": "fd9c9c8d-5866-4420-84d1-f8efabc0da0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c10aa3c9-31d4-4a91-851d-fd1fec7cb93d",
  "resources": [
    {
      "resourceInstanceName": "pNF d1f6300c-d14b 0",
      "resourceCustomizationUUID": "7fcd365b-d2c5-43b3-b1c9-b265077cf0c8",
      "resourceName": "pNF d1f6300c-d14b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e45a5ef4-7a79-4da7-ab90-f416902044c3",
      "resourceInvariantUUID": "f1674e4f-c527-4ff9-89b5-f6e96df39d47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
      "artifactChecksum": "YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5403ec8-1228-4bca-b900-bfc0305e5d8d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:18:48.369Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:18:48.369Z|78c45851-f71d-40f5-90a5-9f2bebe9ff89|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC
2023-03-31T09:18:48.369Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:640ace53-f591-4375-8668-36747121fd02
ServiceName:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
ServiceVersion:1.0
ServiceUUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
ServiceInvariantUUID:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
ArtifactUUID:c5403ec8-1228-4bca-b900-bfc0305e5d8d
ArtifactChecksum:YWVhMTg3NjQ3ZGIxMzI5MjAyYTMxOGMzZmI2ZThjMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d1f6300c-d14b 0
ResourceCustomizationUUID:7fcd365b-d2c5-43b3-b1c9-b265077cf0c8
ResourceInvariantUUID:f1674e4f-c527-4ff9-89b5-f6e96df39d47
ResourceName:pNF d1f6300c-d14b
ResourceType:PNF
ResourceUUID:e45a5ef4-7a79-4da7-ab90-f416902044c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T09:18:48.369Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd9c9c8d-5866-4420-84d1-f8efabc0da0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:18:48.422Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:18:48.423Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:18:48.423Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:18:48.423Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d from URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:48.423Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:18:48.423Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:48.728Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:18:48.731Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar c5403ec8-1228-4bca-b900-bfc0305e5d8d 87992
2023-03-31T09:18:48.731Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T09:18:48.732Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:48.732Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:18:48.732Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:48.732Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:48.732Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254328731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:49.732Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:18:49.733Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:18:49.733Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d, URL: /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar to file: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:49.734Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:49.734Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:49.734Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:49.809Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18286628553567185191/Definitions/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml
2023-03-31T09:18:50.305Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:18:50.305Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:18:50.305Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.305Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:18:50.305Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.305Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1f6300c-d14b 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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|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-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Node template pNF d1f6300c-d14b 0 is matching search criteria
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1f6300c-d14b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:50.306Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:50.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:50.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:50.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:50.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:50.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:18:50.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n2ewjmnf9Vj0VH8sPt3c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:18:50.307Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n2ewjmnf9Vj0VH8sPt3c
Description:catalog service description
Model UUID:fd9c9c8d-5866-4420-84d1-f8efabc0da0e
Model Version:NULL
Model InvariantUuid:c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:18:50.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists
2023-03-31T09:18:50.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T09:18:50.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists)
2023-03-31T09:18:50.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:18:50.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:50.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:50.361Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254330361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:51.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar ASDC sendASDCNotification
2023-03-31T09:18:51.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar(Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists)
2023-03-31T09:18:51.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:18:51.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:18:51.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:18:51.362Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254331362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:18:52.363Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:18:52.388Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 640ace53-f591-4375-8668-36747121fd02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:18:52.394Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:18:52.394Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:18:52.394Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:18:52.394Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:18:52.394Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:52.394Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:52.395Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:52.395Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:18:52.395Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:18:52.411Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:19:22.412Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 640ace53-f591-4375-8668-36747121fd02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:19:22.424Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 640ace53-f591-4375-8668-36747121fd02 and serviceModelVersionId: fd9c9c8d-5866-4420-84d1-f8efabc0da0e
2023-03-31T09:19:22.424Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c10aa3c9-31d4-4a91-851d-fd1fec7cb93d
2023-03-31T09:19:22.424Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0
2023-03-31T09:19:22.428Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:19:22.441Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||Invoke
2023-03-31T09:19:22.442Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[274ff7d1-397f-4461-af0c-a7d18911e6db], X-ECOMP-RequestID=[640ace53-f591-4375-8668-36747121fd02], X-TransactionId=[], X-ONAP-RequestID=[640ace53-f591-4375-8668-36747121fd02], Content-Type=[application/merge-patch+json]}
2023-03-31T09:19:22.449Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:19:22.620Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:19:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[245952], x-aai-txid=[2-aai-resources-230331-09:19:22:634-95773], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:19:22.621Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:19:22.621Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c10aa3c9-31d4-4a91-851d-fd1fec7cb93d/model-vers/model-ver/fd9c9c8d-5866-4420-84d1-f8efabc0da0e?depth=0|INFO|500||InvokeReturn
2023-03-31T09:19:22.621Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:19:22.621Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:19:22.628Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:19:22.628Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 640ace53-f591-4375-8668-36747121fd02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:19:22.628Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:19:22.629Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:22.629Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:22.629Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254362628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:19:23.657Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:19:23.657Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"960b0de7-2055-4636-bd04-11e140c23ff9","serviceName":"Demo_pNF_hWGZNMlRDUDTdRtFZjvu","serviceVersion":"1.0","serviceUUID":"b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"814346ef-97bc-4e12-aed7-9cc08ef5eb10","resources":[{"resourceInstanceName":"pNF 4f9a15fb-baea 0","resourceName":"pNF 4f9a15fb-baea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8082809-f30a-4252-8aa1-6a72aecd800b","resourceInvariantUUID":"4f207d48-ac3b-40f2-a316-c451792e6a23","resourceCustomizationUUID":"9a84ecb2-e3e9-4801-bd02-0ea54393a2b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml","artifactChecksum":"NTBjMDkyZTU4NTI1YzNlYjJkNTZhMzllZTI1ZDYwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3f2e6-f6a3-4e8f-bc7e-cfefd759cff0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e350df62-0979-4d3d-ab69-3e084e1fcb93","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19aa2568-0f9b-4e26-8566-e45520d7eced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0NzFkN2VjMGI5Yjk1N2RkMzhlMjQyZDBkOTI4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51464409-03a3-42fe-b663-31d79f84b295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c97c2592-ba55-4b93-b8f4-f8e4ba9bd0a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f60daff-842a-4c70-8844-80b3aa7b1483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml","artifactChecksum":"MzEyYjNkOTUxZWVhYmUwZmUwODhiM2E3OTVkNzk0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c341d-625a-49ac-91ce-a7e7e4bc9af8","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar","artifactChecksum":"OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb5c391-473d-41aa-a487-6aba6a196595","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:19:23.657Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:23.657Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:23.657Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:23.657Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:24.659Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:24.659Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:24.659Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:24.659Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:25.661Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:25.661Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:25.661Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:25.661Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:26.662Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:26.663Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:26.663Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:26.663Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:27.664Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:27.664Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:27.665Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:27.665Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:28.666Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:28.666Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:28.666Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:28.666Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:29.667Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:29.667Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:29.667Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:29.667Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:30.668Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:19:30.669Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:30.669Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:30.669Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:31.670Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "serviceName": "Demo_pNF_hWGZNMlRDUDTdRtFZjvu",
  "serviceVersion": "1.0",
  "serviceUUID": "b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "814346ef-97bc-4e12-aed7-9cc08ef5eb10",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f9a15fb-baea 0",
      "resourceCustomizationUUID": "9a84ecb2-e3e9-4801-bd02-0ea54393a2b6",
      "resourceName": "pNF 4f9a15fb-baea",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8082809-f30a-4252-8aa1-6a72aecd800b",
      "resourceInvariantUUID": "4f207d48-ac3b-40f2-a316-c451792e6a23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
      "artifactChecksum": "OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb5c391-473d-41aa-a487-6aba6a196595"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:19:31.671Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:19:31.671Z|640ace53-f591-4375-8668-36747121fd02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC
2023-03-31T09:19:31.672Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:960b0de7-2055-4636-bd04-11e140c23ff9
ServiceName:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
ServiceVersion:1.0
ServiceUUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
ServiceInvariantUUID:814346ef-97bc-4e12-aed7-9cc08ef5eb10
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
ArtifactUUID:5cb5c391-473d-41aa-a487-6aba6a196595
ArtifactChecksum:OWY4ZDJiYzdiN2QzMWM4ZWY0MDdlMDhkYTRiYzZlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f9a15fb-baea 0
ResourceCustomizationUUID:9a84ecb2-e3e9-4801-bd02-0ea54393a2b6
ResourceInvariantUUID:4f207d48-ac3b-40f2-a316-c451792e6a23
ResourceName:pNF 4f9a15fb-baea
ResourceType:PNF
ResourceUUID:d8082809-f30a-4252-8aa1-6a72aecd800b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T09:19:31.672Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:19:31.723Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:19:31.724Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:19:31.725Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:19:31.725Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 from URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:31.725Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:19:31.726Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:32.159Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:19:32.162Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar 5cb5c391-473d-41aa-a487-6aba6a196595 87989
2023-03-31T09:19:32.162Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T09:19:32.162Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:32.162Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:19:32.163Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:32.163Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:32.163Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254372162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:33.164Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:19:33.164Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:19:33.164Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cb5c391-473d-41aa-a487-6aba6a196595, URL: /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar to file: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.165Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.165Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.165Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.242Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10579375101882286944/Definitions/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml
2023-03-31T09:19:33.787Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f9a15fb-baea 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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.788Z|960b0de7-2055-4636-bd04-11e140c23ff9|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-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Node template pNF 4f9a15fb-baea 0 is matching search criteria
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:19:33.789Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4f9a15fb-baea 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hWGZNMlRDUDTdRtFZjvu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:19:33.790Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hWGZNMlRDUDTdRtFZjvu
Description:catalog service description
Model UUID:b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
Model Version:NULL
Model InvariantUuid:814346ef-97bc-4e12-aed7-9cc08ef5eb10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:19:33.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists
2023-03-31T09:19:33.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T09:19:33.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists)
2023-03-31T09:19:33.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:19:33.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:33.835Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:33.836Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254373835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:34.837Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar ASDC sendASDCNotification
2023-03-31T09:19:34.837Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar(Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists)
2023-03-31T09:19:34.837Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:19:34.838Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:19:34.838Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:19:34.838Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254374837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:35.839Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:19:35.866Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:19:35.872Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:19:35.872Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:19:35.872Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:19:35.872Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:19:35.872Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:19:35.872Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:19:35.873Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:19:35.873Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:19:35.873Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:19:35.888Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:19:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "33595ef2-954b-4075-8fb3-078879831c89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254276674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254285094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254287057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9867ecb7-2acd-4863-9485-ba82af49823d already exists"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254288058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: aeffda3e-939b-4eaa-add6-2e731681800e already exists"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "78c45851-f71d-40f5-90a5-9f2bebe9ff89",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254319332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:19:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:19:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:05.889Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:20:05.903Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 960b0de7-2055-4636-bd04-11e140c23ff9 and serviceModelVersionId: b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0
2023-03-31T09:20:05.904Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 814346ef-97bc-4e12-aed7-9cc08ef5eb10
2023-03-31T09:20:05.905Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0
2023-03-31T09:20:05.911Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:20:05.927Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||Invoke
2023-03-31T09:20:05.927Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ed9af78-8718-4ab0-8c86-03c1b3815017], X-ECOMP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], X-TransactionId=[], X-ONAP-RequestID=[960b0de7-2055-4636-bd04-11e140c23ff9], Content-Type=[application/merge-patch+json]}
2023-03-31T09:20:05.934Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:20:06.101Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:20:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[237728], x-aai-txid=[1-aai-resources-230331-09:20:06:119-12985], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:20:06.102Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:20:06.103Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/814346ef-97bc-4e12-aed7-9cc08ef5eb10/model-vers/model-ver/b0aa3b71-bc7f-4359-bd1d-c6e05ba6d9a0?depth=0|INFO|500||InvokeReturn
2023-03-31T09:20:06.103Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:20:06.104Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:20:06.112Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:20:06.113Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 960b0de7-2055-4636-bd04-11e140c23ff9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:20:06.113Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:20:06.114Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:06.114Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:06.114Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254406113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:20:07.148Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:20:07.148Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e9b957-fa41-40d3-aa34-802ef1197ef1","serviceName":"Demo_pNF_nQeVIhKmqfCZLtnLJTs6","serviceVersion":"1.0","serviceUUID":"7a8749cd-0d7d-485e-9cdf-3132b94591c5","serviceDescription":"catalog service description","serviceInvariantUUID":"70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69","resources":[{"resourceInstanceName":"pNF 888d2c51-be99 0","resourceName":"pNF 888d2c51-be99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e413d5f8-de81-43aa-823a-a70adc169c0b","resourceInvariantUUID":"9d3c25a5-9b4e-4232-a421-3463ab801737","resourceCustomizationUUID":"c88abd15-b66b-4c4e-8622-33f45c462082","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml","artifactChecksum":"NmM0M2Y3ZWI2YzVkYTYwMmRkMzg2ZGVhNmEzZjI2NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811675b5-4108-405d-8393-bb4967f84b78","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar","artifactChecksum":"MTA5YWVlZmQxZjgwMTVjYzY5MGFjNjk5MDExZGQ5YjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b1c508-537c-41bd-bceb-79cf499cdd75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575e81ac-3b26-486b-90ba-78948c6a5450","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml","artifactChecksum":"Njc3MWRiZTYzZWQ3NTVkYmNmOTZjOGRiMzA0ODE5YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"359474da-164f-46e1-a15b-615a9c213f83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd3ce728-e0b6-48cc-a74c-496afeb62783","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17ccbe3b-90f1-4f93-ba7b-f4de609428ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml","artifactChecksum":"Zjc2ZjY3MDcxMDZjYTBkOWY5MTQ0MWZlNDJhYWNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7fe6d90-1b39-4185-a22f-e29ae8fdf06f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar","artifactChecksum":"Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92015997-5259-4510-a551-4c06ad6d4cce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:20:07.149Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:07.149Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:07.149Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:07.149Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:08.150Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:08.151Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:08.151Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:08.151Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:09.151Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:09.152Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:09.152Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:09.152Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:10.153Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:10.154Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:10.154Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:10.154Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:11.155Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:11.155Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:11.155Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:11.156Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:12.156Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:12.157Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:12.157Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:12.157Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/resourceInstances/pnf888d2c51be990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:13.158Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:13.158Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:13.158Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:13.158Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:14.159Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:14.159Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:14.159Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:14.160Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:15.160Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "serviceName": "Demo_pNF_nQeVIhKmqfCZLtnLJTs6",
  "serviceVersion": "1.0",
  "serviceUUID": "7a8749cd-0d7d-485e-9cdf-3132b94591c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69",
  "resources": [
    {
      "resourceInstanceName": "pNF 888d2c51-be99 0",
      "resourceCustomizationUUID": "c88abd15-b66b-4c4e-8622-33f45c462082",
      "resourceName": "pNF 888d2c51-be99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e413d5f8-de81-43aa-823a-a70adc169c0b",
      "resourceInvariantUUID": "9d3c25a5-9b4e-4232-a421-3463ab801737",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
      "artifactChecksum": "Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92015997-5259-4510-a551-4c06ad6d4cce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:20:15.161Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:20:15.161Z|960b0de7-2055-4636-bd04-11e140c23ff9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC
2023-03-31T09:20:15.162Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e9b957-fa41-40d3-aa34-802ef1197ef1
ServiceName:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
ServiceVersion:1.0
ServiceUUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
ServiceInvariantUUID:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
ArtifactUUID:92015997-5259-4510-a551-4c06ad6d4cce
ArtifactChecksum:Y2IxYjRmMGU4NDQ0MTU3NWM5ZWQ1YTM5NDg2MDI4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 888d2c51-be99 0
ResourceCustomizationUUID:c88abd15-b66b-4c4e-8622-33f45c462082
ResourceInvariantUUID:9d3c25a5-9b4e-4232-a421-3463ab801737
ResourceName:pNF 888d2c51-be99
ResourceType:PNF
ResourceUUID:e413d5f8-de81-43aa-823a-a70adc169c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-31T09:20:15.162Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a8749cd-0d7d-485e-9cdf-3132b94591c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:20:15.207Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:20:15.208Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:20:15.208Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:20:15.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce from URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:15.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:20:15.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:15.495Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:20:15.498Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar 92015997-5259-4510-a551-4c06ad6d4cce 87999
2023-03-31T09:20:15.498Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T09:20:15.498Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:15.499Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:20:15.499Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:15.499Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:15.499Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254415498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:16.500Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:20:16.500Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:20:16.500Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92015997-5259-4510-a551-4c06ad6d4cce, URL: /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar to file: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:16.501Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:16.501Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:16.501Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:16.568Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5268865289287091550/Definitions/service-DemoPnfNqevihkmqfczltnljts6-template.yml
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 888d2c51-be99 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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.079Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|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-DemoPnfNqevihkmqfczltnljts6-csar.csar
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:20:17.080Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Node template pNF 888d2c51-be99 0 is matching search criteria
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 888d2c51-be99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nQeVIhKmqfCZLtnLJTs6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:20:17.081Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nQeVIhKmqfCZLtnLJTs6
Description:catalog service description
Model UUID:7a8749cd-0d7d-485e-9cdf-3132b94591c5
Model Version:NULL
Model InvariantUuid:70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:20:17.123Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists
2023-03-31T09:20:17.124Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T09:20:17.124Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists)
2023-03-31T09:20:17.124Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:20:17.124Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:17.125Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:17.125Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254417124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92015997-5259-4510-a551-4c06ad6d4cce already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:18.126Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar ASDC sendASDCNotification
2023-03-31T09:20:18.126Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar(Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists)
2023-03-31T09:20:18.126Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:20:18.127Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:18.127Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:18.127Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254418126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNqevihkmqfczltnljts6/1.0/artifacts/service-DemoPnfNqevihkmqfczltnljts6-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e413d5f8-de81-43aa-823a-a70adc169c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:19.128Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:20:19.149Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:20:19.154Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:20:19.155Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:20:19.170Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:20:43.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:43.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.130Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/resourceInstances/pnfd1f6300cd14b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:20:43.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254328731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254330361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c5403ec8-1228-4bca-b900-bfc0305e5d8d already exists"
}
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254331362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN2ewjmnf9vj0vh8spt3c/1.0/artifacts/service-DemoPnfN2ewjmnf9vj0vh8spt3c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e45a5ef4-7a79-4da7-ab90-f416902044c3 already exists"
}
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "640ace53-f591-4375-8668-36747121fd02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254362628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/resourceInstances/pnf4f9a15fbbaea0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "NOTIFIED"
}
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254372162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-31T09:20:43.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254373835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5cb5c391-473d-41aa-a487-6aba6a196595 already exists"
}
2023-03-31T09:20:43.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:43.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-31T09:20:43.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "960b0de7-2055-4636-bd04-11e140c23ff9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254374837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwgznmlrdudtdrtfzjvu/1.0/artifacts/service-DemoPnfHwgznmlrdudtdrtfzjvu-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d8082809-f30a-4252-8aa1-6a72aecd800b already exists"
}
2023-03-31T09:20:43.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-31T09:20:49.170Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:20:49.184Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e9b957-fa41-40d3-aa34-802ef1197ef1 and serviceModelVersionId: 7a8749cd-0d7d-485e-9cdf-3132b94591c5
2023-03-31T09:20:49.185Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69
2023-03-31T09:20:49.186Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0
2023-03-31T09:20:49.191Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:20:49.204Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||Invoke
2023-03-31T09:20:49.204Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e609505c-77ee-4157-bcb0-2da5bd768f6b], X-ECOMP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], X-TransactionId=[], X-ONAP-RequestID=[c0e9b957-fa41-40d3-aa34-802ef1197ef1], Content-Type=[application/merge-patch+json]}
2023-03-31T09:20:49.209Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:20:49.404Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:20:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[191], vertex-id=[208896], x-aai-txid=[1-aai-resources-230331-09:20:49:395-89318], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:20:49.404Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:20:49.405Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/70c2e6b1-7ae1-45b2-b6eb-a92cc8c3ea69/model-vers/model-ver/7a8749cd-0d7d-485e-9cdf-3132b94591c5?depth=0|INFO|500||InvokeReturn
2023-03-31T09:20:49.406Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:20:49.406Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:20:49.413Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:20:49.413Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e9b957-fa41-40d3-aa34-802ef1197ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:20:49.414Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:20:49.414Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:49.414Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:49.414Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e9b957-fa41-40d3-aa34-802ef1197ef1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254449414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:20:50.445Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:20:50.446Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ff42c268-3142-4a14-b2f5-474cfeb49637","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d468b7dd-b9cd-4061-8830-29b60a0edf17","serviceDescription":"service","serviceInvariantUUID":"857ac59f-0370-4be9-9fe3-b2123d140ff4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad98013d-76fe-4ed0-a06a-e371ccd1bb08","resourceInvariantUUID":"19addbb1-838c-45b9-9f44-30bc03aee6f9","resourceCustomizationUUID":"a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c","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":"NzU2NzA0ZjdkY2Q1NWU2NDk0MjQxMTgyMTM1Y2YyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97657b0e-5eda-4ce1-802d-6f37cf196fce","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":"MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3300c12-ac7b-4106-939d-706ee9d5c25e","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":"de8035b9-9b4d-4589-9b2c-1549aab0d84f","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":"bdcac888-6d0c-4547-b0fd-e676af9fd634","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":"c86e32f4-7b6a-4bda-ba70-763537dd85b4","artifactVersion":"2","generatedFromUUID":"66678313-ed61-423a-92fe-1b44d82d8518"},{"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":"43415cc2-58ef-48b1-8f77-8ecb7c04be40","artifactVersion":"2","generatedFromUUID":"de8035b9-9b4d-4589-9b2c-1549aab0d84f"},{"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":"66678313-ed61-423a-92fe-1b44d82d8518","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":"f9e01bf8-76a1-41c2-9330-26259fe63a46","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":"ZDZmYTRiZDZjNmZlMWFjODU5NWMyYjE5NTAxM2U4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bf1dbbb-ef01-43bc-8232-7c3acd0cefcd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdaad99-4934-4e82-b93c-79d3c16d28b2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:20:50.446Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:50.447Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:50.447Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:50.447Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:51.448Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:51.448Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:51.448Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:51.448Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:52.449Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:52.449Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:52.450Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:52.450Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:53.451Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:53.452Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:53.452Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:53.452Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:54.452Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:54.453Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:54.454Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:54.454Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:55.455Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:55.456Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:55.456Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:55.456Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:56.457Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:56.458Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:56.459Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:56.459Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:57.460Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:57.461Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:57.461Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:57.461Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:58.462Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:58.463Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:58.463Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:58.463Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:20:59.464Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:20:59.465Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:20:59.465Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:20:59.465Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:21:00.467Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d468b7dd-b9cd-4061-8830-29b60a0edf17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857ac59f-0370-4be9-9fe3-b2123d140ff4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad98013d-76fe-4ed0-a06a-e371ccd1bb08",
      "resourceInvariantUUID": "19addbb1-838c-45b9-9f44-30bc03aee6f9",
      "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": "MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3300c12-ac7b-4106-939d-706ee9d5c25e",
          "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": "de8035b9-9b4d-4589-9b2c-1549aab0d84f",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
            "generatedFromUUID": "de8035b9-9b4d-4589-9b2c-1549aab0d84f"
          },
          "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": "c86e32f4-7b6a-4bda-ba70-763537dd85b4",
          "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": "43415cc2-58ef-48b1-8f77-8ecb7c04be40",
          "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": "66678313-ed61-423a-92fe-1b44d82d8518",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cdaad99-4934-4e82-b93c-79d3c16d28b2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-31T09:21:00.467Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-31T09:21:00.467Z|c0e9b957-fa41-40d3-aa34-802ef1197ef1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC
2023-03-31T09:21:00.468Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff42c268-3142-4a14-b2f5-474cfeb49637
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
ServiceInvariantUUID:857ac59f-0370-4be9-9fe3-b2123d140ff4
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:6cdaad99-4934-4e82-b93c-79d3c16d28b2
ArtifactChecksum:MTE4YjhmYWI2N2I4YzYxMDJiZmNhZGM5MDM2MGM2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
ResourceInvariantUUID:19addbb1-838c-45b9-9f44-30bc03aee6f9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ad98013d-76fe-4ed0-a06a-e371ccd1bb08
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:a3300c12-ac7b-4106-939d-706ee9d5c25e
ArtifactChecksum:MmFlYWYwMmUxZDlhOWUwMTkwZTE4NTQxMmNjYmFmMWU=
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:de8035b9-9b4d-4589-9b2c-1549aab0d84f
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:c86e32f4-7b6a-4bda-ba70-763537dd85b4
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:43415cc2-58ef-48b1-8f77-8ecb7c04be40
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:66678313-ed61-423a-92fe-1b44d82d8518
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-31T09:21:00.468Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d468b7dd-b9cd-4061-8830-29b60a0edf17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:21:00.517Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:21:00.518Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:21:00.518Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:21:00.518Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:00.518Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-31T09:21:00.518Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:00.834Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-31T09:21:00.838Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6cdaad99-4934-4e82-b93c-79d3c16d28b2 163267
2023-03-31T09:21:00.838Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:21:00.839Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:00.839Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-31T09:21:00.839Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:21:00.839Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:21:00.839Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254460838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:21:01.840Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-31T09:21:01.841Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-31T09:21:01.841Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:01.842Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-31T09:21:01.843Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:01.843Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:01.922Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15513709298334060578/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-31T09:21:02.697Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.698Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-31T09:21:02.699Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-31T09:21:02.700Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1bf35d46-5411-4939-8e32-9435a7d3ae71
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-31T09:21:02.701Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d468b7dd-b9cd-4061-8830-29b60a0edf17
Model Version:NULL
Model InvariantUuid:857ac59f-0370-4be9-9fe3-b2123d140ff4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64930896-b76a-46c4-baf4-46d9984059a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19addbb1-838c-45b9-9f44-30bc03aee6f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5abb17f-1cb6-4a0f-9d11-8b1b4ecde54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e4e6842-9d76-4366-af3f-b4c415383d60
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9984796a-7fe0-4e07-9112-e592944428f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:afbc1568-76ff-4a64-8e1e-77fa71e2d2e7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19e00754-a088-4b52-9ecd-2061d8c68778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1bf35d46-5411-4939-8e32-9435a7d3ae71
ModelInvariantUuid:40250124-a553-4342-86b4-ce7c0ae2661a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:956d3f3a-e813-45a7-998c-f25b803a1b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9468c644-4d63-4969-af77-5f28f8e17213
ModelInvariantUuid:0cfab7b5-b021-4b80-a0b6-22c2146499da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:55e50eda-63b8-4dcc-94a6-e2e428c50154
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-31T09:21:02.750Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists
2023-03-31T09:21:02.750Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:21:02.751Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists)
2023-03-31T09:21:02.751Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:21:02.751Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:21:02.751Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:21:02.751Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254462750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6cdaad99-4934-4e82-b93c-79d3c16d28b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:21:03.752Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-31T09:21:03.752Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists)
2023-03-31T09:21:03.752Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-31T09:21:03.753Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:21:03.753Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:21:03.753Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254463752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ad98013d-76fe-4ed0-a06a-e371ccd1bb08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:21:04.754Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:21:04.783Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-31T09:21:04.787Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-31T09:21:04.787Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-31T09:21:04.788Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-31T09:21:04.788Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-31T09:21:04.788Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:21:04.788Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:21:04.788Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:21:04.788Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-31T09:21:04.788Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-31T09:21:04.800Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-31T09:21:34.800Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-31T09:21:34.812Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff42c268-3142-4a14-b2f5-474cfeb49637 and serviceModelVersionId: d468b7dd-b9cd-4061-8830-29b60a0edf17
2023-03-31T09:21:34.812Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857ac59f-0370-4be9-9fe3-b2123d140ff4
2023-03-31T09:21:34.813Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0
2023-03-31T09:21:34.819Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-31T09:21:34.837Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||Invoke
2023-03-31T09:21:34.837Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f16b42c0-069e-46f3-aa81-9fce11e060a0], X-ECOMP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], X-TransactionId=[], X-ONAP-RequestID=[ff42c268-3142-4a14-b2f5-474cfeb49637], Content-Type=[application/merge-patch+json]}
2023-03-31T09:21:34.844Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-31T09:21:35.010Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0 has http status code:200 and response headers:{date=[Fri, 31 Mar 2023 09:21:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[286808], x-aai-txid=[0-aai-resources-230331-09:21:35:027-6605], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-31T09:21:35.011Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-31T09:21:35.012Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/857ac59f-0370-4be9-9fe3-b2123d140ff4/model-vers/model-ver/d468b7dd-b9cd-4061-8830-29b60a0edf17?depth=0|INFO|500||InvokeReturn
2023-03-31T09:21:35.013Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-31T09:21:35.013Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-31T09:21:35.022Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-31T09:21:35.023Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff42c268-3142-4a14-b2f5-474cfeb49637 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-31T09:21:35.023Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-31T09:21:35.024Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:21:35.024Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:21:35.024Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ff42c268-3142-4a14-b2f5-474cfeb49637",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680254495023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-31T09:21:36.055Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-31T09:21:36.055Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"20ebc39b-f494-41bc-92d2-237c168cc3ea","serviceDescription":"service","serviceInvariantUUID":"7468b07b-6644-47ea-a801-a39b692c87d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e631762-3e3f-45f5-9472-8697d565a3dd","resourceInvariantUUID":"528fe8f3-ba62-4049-8e49-3c9dadc4a3c4","resourceCustomizationUUID":"bec6ec00-7900-432d-9b75-fbcbdbb8c38e","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":"NGUxZjY4MjQzZjdkZjIzZTc2YjE0ZDAzMmMzNGRlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6758f704-cd44-442f-9898-8937cde59d90","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":"ZDllMWM2NWE5OTk4MjdmMGQ2NmUzZjNmNjUyZDg5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d8ad81-5d2e-4cea-9a92-46c25ec9dfa8","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":"ecc4936c-1701-4633-8126-e72db4a200a0","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":"15323878-74dc-42e9-9d96-85850bab5a7e","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":"26190e0a-0430-4e5e-b3a1-0954163326f3","artifactVersion":"2","generatedFromUUID":"ecc4936c-1701-4633-8126-e72db4a200a0"},{"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":"YzQxMzJiZmU2MWM0YWYxMTU3ZDExNjNhYmNkMDZmNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9cf44234-34b4-40b4-b785-95f0cb5dd02e","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":"Njg0ODAwZjEyNjYyMjhkODI5YjhhODc1OGNmOTBlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e791e815-ba99-401f-90b6-669849a104e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEzMjExNzQxYjk2Mzc5NGE5Y2JmMWVlNGM1MmViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a82544af-6654-4f70-9855-8293bb6d1a75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-31T09:21:36.056Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:21:36.057Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:21:36.057Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:21:36.057Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:21:37.058Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:21:37.059Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:21:37.059Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:21:37.059Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-31T09:21:38.060Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-31T09:21:38.060Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-31T09:21:38.060Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-31T09:21:38.060Z|ff42c268-3142-4a14-b2f5-474cfeb49637|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb8c1cd2-faac-4ba1-b77d-3a346f16ca1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680253803973,
  "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